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
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).
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.
Need to be able to download individual translation files:
Need to be able to upload individual translation files as well.
The text was updated successfully, but these errors were encountered: