Skip to content

Commit

Permalink
fix: Add Norwegian and Korean to supported translation languages.
Browse files Browse the repository at this point in the history
  • Loading branch information
vxern committed Feb 6, 2023
1 parent a25e3e5 commit 2bc8751
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions assets/localisations/expressions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,10 @@ class Expressions {
'Indonesian': 'Indonezyjskiego',
'Italian': 'Włoskiego',
'Japanese': 'Japońskiego',
'Korean': 'Korejskiego',
'Latvian': 'Łotewskiego',
'Lithuanian': 'Litewskiego',
'Norwegian (Bokmål)': 'Norweskiego',
'Polish': 'Polskiego',
'Portuguese': 'Portugalskiego',
'Portuguese (Brazilian)': 'Portugalskiego (Brazylijskiego)',
Expand Down
12 changes: 12 additions & 0 deletions assets/localisations/languages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,12 @@ const localisationsByLanguage = inferLanguages({
'Polish': 'Japoński',
'Romanian': 'Japoneză',
},
'Korean': {
'English': 'Korean',
'Hungarian': 'Koreai',
'Polish': 'Korejski',
'Romanian': 'Coreeană',
},
'Latvian': {
'English': 'Latvian',
'Hungarian': 'Lett',
Expand All @@ -134,6 +140,12 @@ const localisationsByLanguage = inferLanguages({
'Polish': 'Litewski',
'Romanian': 'Lituaniană',
},
'Norwegian (Bokmål)': {
'English': 'Norwegian',
'Hungarian': 'Norvég',
'Polish': 'Norweski',
'Romanian': 'Norvegiană',
},
'Polish': {
'English': 'Polish',
'Hungarian': 'Lengyel',
Expand Down

0 comments on commit 2bc8751

Please sign in to comment.