Skip to content

Commit

Permalink
Add more localized names
Browse files Browse the repository at this point in the history
  • Loading branch information
tobbi committed Aug 25, 2023
1 parent 3556590 commit cbd7e8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/language.cpp
Expand Up @@ -77,7 +77,7 @@ static const LanguageSpec languages[] = {
{ "ca", "ES", 0, "Catalan (Spain)" , 0 },
{ "ca", 0, "valencia", "Catalan (valencia)" , 0 },
{ "ca", 0, 0, "Catalan" , 0 },
{ "cmn", 0, 0, "Mandarin" , 0 },
{ "cmn", 0, 0, "Mandarin" , "普通话" },
{ "co", 0, 0, "Corsican" , "corsu" },
{ "cs", 0, 0, "Czech" , "Čeština" },
{ "cs", "CZ", 0, "Czech (Czech Republic)" , "Čeština (Česká Republika)"},
Expand Down Expand Up @@ -202,7 +202,7 @@ static const LanguageSpec languages[] = {
{ "nb", 0, 0, "Norwegian Bokmal" , 0 },
{ "nb", "NO", 0, "Norwegian Bokmål (Norway)" , 0 },
{ "nds", 0, 0, "Low German" , 0 },
{ "ne", 0, 0, "Nepali" , 0 },
{ "ne", 0, 0, "Nepali" , "नेपाली" },
{ "nl", 0, 0, "Dutch" , "Nederlands" },
{ "nl", "BE", 0, "Dutch (Belgium)" , 0 },
{ "nl", "NL", 0, "Dutch (Netherlands)" , 0 },
Expand Down

0 comments on commit cbd7e8b

Please sign in to comment.