Skip to content

Commit

Permalink
fix: Issue caused by localisations missing for a language.
Browse files Browse the repository at this point in the history
  • Loading branch information
vxern committed Feb 14, 2023
1 parent 5eb87d5 commit dd15b79
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions assets/localisations/expressions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ class Expressions {
'Korean': 'Korejskiego',
'Latvian': 'Łotewskiego',
'Lithuanian': 'Litewskiego',
'Norwegian': 'Norweskiego',
'Norwegian (Bokmål)': 'Norweskiego',
'Polish': 'Polskiego',
'Portuguese': 'Portugalskiego',
Expand Down
8 changes: 7 additions & 1 deletion assets/localisations/languages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,12 +140,18 @@ const localisationsByLanguage = inferLanguages({
'Polish': 'Litewski',
'Romanian': 'Lituaniană',
},
'Norwegian (Bokmål)': {
'Norwegian': {
'English': 'Norwegian',
'Hungarian': 'Norvég',
'Polish': 'Norweski',
'Romanian': 'Norvegiană',
},
'Norwegian (Bokmål)': {
'English': 'Norwegian (Bokmål)',
'Hungarian': 'Norvég (Bokmål)',
'Polish': 'Norweski (Bokmål)',
'Romanian': 'Norvegiană (Bokmål)',
},
'Polish': {
'English': 'Polish',
'Hungarian': 'Lengyel',
Expand Down

0 comments on commit dd15b79

Please sign in to comment.