Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Translate yaml / properties files #80

Open
kamilbeben opened this issue Feb 24, 2022 · 0 comments
Open

Translate yaml / properties files #80

kamilbeben opened this issue Feb 24, 2022 · 0 comments

Comments

@kamilbeben
Copy link

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 order
  editor-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 produkcyjne
  editor-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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant