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

New strings go to user-defined language #123

Open
ghost opened this issue Sep 2, 2018 · 0 comments
Open

New strings go to user-defined language #123

ghost opened this issue Sep 2, 2018 · 0 comments

Comments

@ghost
Copy link

ghost commented Sep 2, 2018

Hello,

This might be what you intend, but whenever new strings are found, it's added to, and only to, the visiting user language file.

It should only be added to a specific language, perhaps defaultLocale? Or a parameter on its own.

Adding the strings directly to the language the user is specifying makes no sense, as you're normally just following one language, your main language while translating into all other languages, and then create those language files with the complete translations.

I might have misunderstood the flow of something here, but as is now, translating the files is a pain, as new strings end up in whatever language the visitor is using and you don't really get a complete set ready to be translated into the languages you want.

My websites main language is English, all new strings should only pop up in the English file.

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

0 participants