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

As a translator, I want to be able to save/restore translations to YAML file #3

Open
hubertlepicki opened this issue Oct 22, 2010 · 2 comments
Labels

Comments

@hubertlepicki
Copy link
Owner

Need to be able to download individual translation files:

  • en.yml for English translations
  • pl.yml for Polish, etc, etc.

Need to be able to upload individual translation files as well.

@javierv
Copy link

javierv commented Feb 23, 2011

I'm not sure if this is the same feature I was gonna request, so I'll just comment here just in case.

I think a cool feature would be that instead of just reading "dev" translations on the "dev.yml" file, GoTranslateYourself read every translation and every file under config/locales. Or, even better, being able to configure which files it should read and which files it should allow editing (I think allowing users to edit things such as the Active Record stuff could be a bit overwhelming for them).

Thanks!

@hubertlepicki
Copy link
Owner Author

That's true, javier. I think that easy and useful solution would be to have dev.yml file like we do now, and allow any additional translations to be included in en.yml, fr.yml, pl.yml etc. But I think those translations should be marked as read-only, so that user can't edit them. This way we get to specify number of translations user can edit, and number of "safe" ones that we provide -- like ActiveRecord, or stuff that has interpolations inside and user can break site when editing it.

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

No branches or pull requests

2 participants