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

get generate locales disable check for special characters in keys #272

Open
bigbott opened this issue Aug 28, 2024 · 0 comments
Open

get generate locales disable check for special characters in keys #272

bigbott opened this issue Aug 28, 2024 · 0 comments

Comments

@bigbott
Copy link

bigbott commented Aug 28, 2024

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

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.

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

1 participant