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

Wrong ISO-639-2 name for language codes from ISO-639-1 #72

Closed
vitonsky opened this issue Jun 25, 2023 · 0 comments · Fixed by #82
Closed

Wrong ISO-639-2 name for language codes from ISO-639-1 #72

vitonsky opened this issue Jun 25, 2023 · 0 comments · Fixed by #82
Labels
bug Something isn't working
Milestone

Comments

@vitonsky
Copy link
Contributor

Supported languages actually from ISO-639-1 list, but object contains codes named as ISO-639-2:

export const isLanguageCodeISO639v2 = (language: string) => {

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

@vitonsky vitonsky added the bug Something isn't working label Jun 25, 2023
@vitonsky vitonsky added this to the Release 0.3 milestone Jul 22, 2023
vitonsky added a commit that referenced this issue Jul 29, 2023
vitonsky added a commit that referenced this issue Jul 29, 2023
@vitonsky vitonsky linked a pull request Jul 29, 2023 that will close this issue
vitonsky added a commit that referenced this issue Jul 29, 2023
vitonsky added a commit that referenced this issue Jul 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant