mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-13 17:07:03 +02:00
Update:Add Deutsch language to dropdown #1103
This commit is contained in:
@ -1,12 +1,11 @@
|
||||
import { getElementsByTagType } from "domutils"
|
||||
import Vue from "vue"
|
||||
import enUsStrings from '../strings/en-us.json'
|
||||
import itStrings from '../strings/it.json'
|
||||
import { supplant } from './utils'
|
||||
|
||||
const defaultCode = 'en-us'
|
||||
|
||||
const languageCodeMap = {
|
||||
'de': 'Deutsch',
|
||||
'en-us': 'English',
|
||||
// 'es': 'Español',
|
||||
// 'it': 'Italiano',
|
||||
|
Reference in New Issue
Block a user