Skip to content

Commit

Permalink
fix: add lithuanian to language selector (#4394)
Browse files Browse the repository at this point in the history
  • Loading branch information
imLinguin authored Mar 8, 2025
1 parent 27212b1 commit a2d634c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/backend/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,7 @@ if (!gotTheLock) {
'ko',
'id',
'it',
'lt',
'ml',
'nb_NO',
'nl',
Expand Down
2 changes: 2 additions & 0 deletions src/frontend/components/UI/LanguageSelector/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ const languageLabels: { [key: string]: string } = {
ko: '한국어',
id: 'Bahasa Indonesia',
it: 'Italiano',
lt: 'Lietuvių',
ml: 'മലയാളം',
nb_NO: 'bokmål',
nl: 'Nederlands',
Expand Down Expand Up @@ -86,6 +87,7 @@ const languageFlags: { [key: string]: string } = {
ko: '🇰🇷',
id: '🇮🇩',
it: '🇮🇹',
lt: '🇱🇹',
ml: '🇮🇳',
nb_NO: '🇳🇴',
nl: '🇳🇱',
Expand Down
1 change: 1 addition & 0 deletions src/frontend/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ i18next
'hu',
'ja',
'ko',
'lt',
'id',
'it',
'ml',
Expand Down

0 comments on commit a2d634c

Please sign in to comment.