Skip to content

Commit

Permalink
Add bg to language list
Browse files Browse the repository at this point in the history
  • Loading branch information
lembata committed May 11, 2024
1 parent 851d298 commit e7fa698
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/plugins/i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { supplant } from './utils'
const defaultCode = 'en-us'

const languageCodeMap = {
'bg': { label: 'Български', dateFnsLocale: 'bg' },
'bn': { label: 'বাংলা', dateFnsLocale: 'bn' },
'cs': { label: 'Čeština', dateFnsLocale: 'cs' },
'da': { label: 'Dansk', dateFnsLocale: 'da' },
Expand Down

0 comments on commit e7fa698

Please sign in to comment.