Skip to content

Commit

Permalink
ISO639codes: cn for TMDb is traditional Chinese and not Cantonese
Browse files Browse the repository at this point in the history
To be confirmed by native speakers

See nova-video-player/aos-AVP#1129
  • Loading branch information
courville committed Feb 17, 2024
1 parent 0012f8c commit e40c8dc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/com/archos/mediacenter/utils/ISO639codes.java
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@ public class ISO639codes {
missingISO6391ToISO6393.put("tp", "s_toki_pona"); // Toki Pona
missingISO6391ToISO6393.put("ze", "s_chinese_bilingual"); // Chinese bilingual

missingISO6391ToISO6393.put("cn", "yue"); // take yue = Cantonese (cn is used for tmdb)
// cf. https://github.com/nova-video-player/aos-AVP/issues/1129
//missingISO6391ToISO6393.put("cn", "yue"); // take yue = Cantonese (cn is used for tmdb)
missingISO6391ToISO6393.put("cn", "s_traditional_chinese"); // take yue = Cantonese (cn is used for tmdb)
// Moldavian is now officially Romanian since 202303 mo -> ron
// {"iso_639_1":"mo","english_name":"Moldavian","name":""}
missingISO6391ToISO6393.put("mo", "ron"); // Moldovian != Romanian it is an issue (mo is used for tmdb)
Expand Down

0 comments on commit e40c8dc

Please sign in to comment.