We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have ru_RU.json file as below:
{ "Login": "Логин", "Sign In": "Регистрация", "Logout": "Выход" }
When I run get generate locales assets/locales I got the error Special characters are not allowed in key. key: Sign In
get generate locales assets/locales
Special characters are not allowed in key. key: Sign In
I thought it is the special feature of GetX that it allows the use of any String as a key by using "Sing In".tr extension method.
"Sing In".tr
Please, add the possibility to disable this check or remove it completely.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have ru_RU.json file as below:
When I run
get generate locales assets/locales
I got the error
Special characters are not allowed in key. key: Sign In
I thought it is the special feature of GetX that it allows the use of any String as a key by using
"Sing In".tr
extension method.Please, add the possibility to disable this check or remove it completely.
The text was updated successfully, but these errors were encountered: