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
Supported languages actually from ISO-639-1 list, but object contains codes named as ISO-639-2:
ISO-639-1
ISO-639-2
core/src/util/languages.ts
Line 40 in 1e88f09
We have to fix name and add ISO-639-2 language codes from https://www.loc.gov/standards/iso639-2/php/code_list.php
Related link: translate-tools/linguist#374
The text was updated successfully, but these errors were encountered:
feat(#72): add ISO639 1 and 2 codes
d05b312
test(#72): fix tests
5de473b
fix(#72): cast type to boolean
9df4b7c
test(#72): fix language code validation check
d3493b0
test(#72): skip test valid languages
f7f6d03
Successfully merging a pull request may close this issue.
Supported languages actually from
ISO-639-1
list, but object contains codes named asISO-639-2
:core/src/util/languages.ts
Line 40 in 1e88f09
We have to fix name and add
ISO-639-2
language codes from https://www.loc.gov/standards/iso639-2/php/code_list.phpRelated link: translate-tools/linguist#374
The text was updated successfully, but these errors were encountered: