Skip to content

Commit

Permalink
Add Bengali and Slovenian to language setting dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
advplyr committed Nov 11, 2024
1 parent 145a3c4 commit 78f0c88
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ const defaultCode = 'en-us'
let $localStore = null

const languageCodeMap = {
bn: { label: 'বাংলা', dateFnsLocale: 'bn' },
cs: { label: 'Čeština', dateFnsLocale: 'cs' },
da: { label: 'Dansk', dateFnsLocale: 'da' },
de: { label: 'Deutsch', dateFnsLocale: 'de' },
Expand All @@ -21,6 +22,7 @@ const languageCodeMap = {
pl: { label: 'Polski', dateFnsLocale: 'pl' },
'pt-br': { label: 'Português (Brasil)', dateFnsLocale: 'ptBR' },
ru: { label: 'Русский', dateFnsLocale: 'ru' },
sl: { label: 'Slovenščina', dateFnsLocale: 'sl' },
sv: { label: 'Svenska', dateFnsLocale: 'sv' },
uk: { label: 'Українська', dateFnsLocale: 'uk' },
'vi-vn': { label: 'Tiếng Việt', dateFnsLocale: 'vi' },
Expand Down

0 comments on commit 78f0c88

Please sign in to comment.