Skip to content

Commit

Permalink
fix: add lithuanian to language selector
Browse files Browse the repository at this point in the history
  • Loading branch information
imLinguin committed Mar 7, 2025
1 parent 27212b1 commit 072e5f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
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 072e5f5

Please sign in to comment.