jonataslaw / jonataslaw/get_cli

get generate locales disable check for special characters in keys

Open
#272 0 comments 1 reaction 0 assignees View on GitHub
Dominant language
Dart
Stars
654
Forks
193
PR merge metrics
No merged PRs in 30d

Description

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.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.