Skip to content

Commit

Permalink
implement millennial translation
Browse files Browse the repository at this point in the history
  • Loading branch information
encryptedDegen committed Oct 28, 2024
1 parent 55535ea commit 6197b9c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/app/i18n.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ i18n
'shakespearean',
'frens',
'ermahgersh',
'millennial',
'halloween'
],
fallbackLng: 'en',
Expand Down
11 changes: 10 additions & 1 deletion src/lib/constants/languages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ import CataloniaFlag from 'public/assets/icons/flags/catalonia.svg'
import CorporateFlag from 'public/assets/icons/flags/corporate.svg'
import LithuaniaFlag from 'public/assets/icons/flags/lithuania.svg'
import IndonesiaFlag from 'public/assets/icons/flags/indonesia.svg'
import MillennialFlag from 'public/assets/icons/flags/millennial.svg'
import AzerbaijanFlag from 'public/assets/icons/flags/azerbaijan.svg'
import UzbekistanFlag from 'public/assets/icons/flags/uzbekistan.svg'
import KazakhstanFlag from 'public/assets/icons/flags/kazakhstan.svg'
Expand Down Expand Up @@ -202,11 +203,19 @@ export const LANGUAGES = [
englishLanguage: 'Ermahgersh',
special: true
},
{
language: 'Millennial',
key: 'millennial',
icon: MillennialFlag,
englishLanguage: 'Millennial',
special: true
},
{
language: 'Halloween',
key: 'halloween',
icon: HalloweenFlag,
englishLanguage: 'Halloween',
special: true
}
},

]

0 comments on commit 6197b9c

Please sign in to comment.