You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, many popular frameworks handles i18n using .yaml, or .properties files.
It would be handy to be able to translate whole file at once (excluding i18n keys of course).
Example
From
production-order:
view-name: Production ordereditor-field:
completion-term: Completion term
production-order.view-name=Production order
production-order.editor-field.completion-term=Completion term
To
production-order:
view-name: Zlecenie produkcyjneeditor-field:
completion-term: Termin realizacji
production-order.view-name=Zlecenie produkcyjne
production-order.editor-field.completion-term=Termin realizacji
If you're on board with this feature i've forked your project and created a pull request.
The text was updated successfully, but these errors were encountered:
Hi, many popular frameworks handles i18n using .yaml, or .properties files.
It would be handy to be able to translate whole file at once (excluding i18n keys of course).
Example
From
To
If you're on board with this feature i've forked your project and created a pull request.
The text was updated successfully, but these errors were encountered: