mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-06-24 09:49:24 +02:00
Add czech translation to dropdown
This commit is contained in:
parent
5f035db0a9
commit
2eff69fe9f
2 changed files with 5 additions and 4 deletions
|
@ -5,6 +5,7 @@ import { supplant } from './utils'
|
|||
const defaultCode = 'en-us'
|
||||
|
||||
const languageCodeMap = {
|
||||
'cs': { label: 'Čeština', dateFnsLocale: 'cs' },
|
||||
'da': { label: 'Dansk', dateFnsLocale: 'da' },
|
||||
'de': { label: 'Deutsch', dateFnsLocale: 'de' },
|
||||
'en-us': { label: 'English', dateFnsLocale: 'enUS' },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue