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
It should lint files that use a dash to split language code from country code, like en-US or pt-PT.
en-US
pt-PT
UPDATE: just realized this only happens for deletion of lines, but linter works fine if there is a misspell of some key...
Only works when an underscore is used, like en_US.
en_US
messages/en.json
messages/en-US.json
I was trying to run the script for a PR that added pt-PT.json here: vtex-apps/order-placed#137
pt-PT.json
Version: v2.5.0
The text was updated successfully, but these errors were encountered:
@lucasecdb any clue on how to solve this? I suppose there is a regex somewhere that looks for underscore and changing that would fix it.
Sorry, something went wrong.
No branches or pull requests
Expected Behavior
It should lint files that use a dash to split language code from country code, like
en-US
orpt-PT
.UPDATE: just realized this only happens for deletion of lines, but linter works fine if there is a misspell of some key...
Current Behavior
Only works when an underscore is used, like
en_US
.Steps to Reproduce (for bugs)
messages/en.json
to a new filemessages/en-US.json
Context
I was trying to run the script for a PR that added
pt-PT.json
here: vtex-apps/order-placed#137Your Environment
Version: v2.5.0
The text was updated successfully, but these errors were encountered: