-
-
Couldn't load subscription status.
- Fork 6.2k
Remove unnecessary quote in language file to make crowdin work #35481
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
Conversation
| min_size_error = " must contain at least %s characters." | ||
| max_size_error = " must contain at most %s characters." | ||
| email_error = " is not a valid email address." | ||
| url_error = "\"%s\" is not a valid URL." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, it's wrong. INI package can't parse it. See the test cases
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The INI package is totally a shit.
|
Maybe we can add a linter tool for this. Or switch to a sane format like json or yaml. |
|
It needs to rewrite the INI package. |
|
replaced by #35489 |
|
I sent #35489 to convert to JSON format. |


No description provided.