Skip to content

Commit

Permalink
Update Cantonese and Southern Min language names (#819)
Browse files Browse the repository at this point in the history
Name is based on wikipedia: 

- https://en.wikipedia.org/wiki/Cantonese
- https://en.wikipedia.org/wiki/Southern_Min

Although "Yue Chinese" and "Min Nan Chinese" are linguistically correct,
they are academic names and are not used by the general public. So I put
them inside brackets.
  • Loading branch information
laubonghaudoi authored Jul 24, 2024
1 parent 09a760b commit df7cb6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/languages/src/languages_iso_639_3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17884,7 +17884,7 @@ export const LANGUAGES_ISO_639_3 = {
},
nan: {
code: "nan",
name: "Min Nan Chinese",
name: "Southern Min (Min Nan Chinese)",
},
nao: {
code: "nao",
Expand Down Expand Up @@ -30790,7 +30790,7 @@ export const LANGUAGES_ISO_639_3 = {
},
yue: {
code: "yue",
name: "Yue Chinese",
name: "Cantonese (Yue Chinese)",
},
yuf: {
code: "yuf",
Expand Down

0 comments on commit df7cb6b

Please sign in to comment.