-
-
Notifications
You must be signed in to change notification settings - Fork 68
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
Use different locale than the selected one #33
Comments
Yep, use After setting |
Actually, I see your issue is that you want a global storage for strings not bound to a language. I'm going to implement that right now. |
@tbragaf You can now store default strings under
|
Note that you can also set |
@eligrey Thank you very much! |
Hi all!
First of all, tthis is not an issue, but rather a question.
But since I couldn't find an answer, here goes:
Is it possible to programatically translate a resource?
In the current app I am developing, we give the user the option to change the current locale.
However it seems easy at first, we need to warn the user about the language being changed (not in its current locale, but rather in the option's locale).
Something like
<locale>: <locale_warning>
Best regards,
tbragaf
The text was updated successfully, but these errors were encountered: