mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-01-08 00:08:14 +01:00
Add:Croatian language #1103
This commit is contained in:
parent
ef622108c9
commit
cbc2f64e2e
@ -74,12 +74,12 @@
|
|||||||
|
|
||||||
<div class="py-2">
|
<div class="py-2">
|
||||||
<p class="px-1 text-sm font-semibold">{{ $strings.LabelSettingsDateFormat }}</p>
|
<p class="px-1 text-sm font-semibold">{{ $strings.LabelSettingsDateFormat }}</p>
|
||||||
<ui-dropdown v-model="newServerSettings.dateFormat" :items="dateFormats" small class="max-w-48" @input="(val) => updateSettingsKey('dateFormat', val)" />
|
<ui-dropdown v-model="newServerSettings.dateFormat" :items="dateFormats" small class="max-w-52" @input="(val) => updateSettingsKey('dateFormat', val)" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="py-2">
|
<div class="py-2">
|
||||||
<p class="px-1 text-sm font-semibold">{{ $strings.LabelLanguageDefaultServer }}</p>
|
<p class="px-1 text-sm font-semibold">{{ $strings.LabelLanguageDefaultServer }}</p>
|
||||||
<ui-dropdown ref="langDropdown" v-model="newServerSettings.language" :items="$languageCodeOptions" small class="max-w-48" @input="updateServerLanguage" />
|
<ui-dropdown ref="langDropdown" v-model="newServerSettings.language" :items="$languageCodeOptions" small class="max-w-52" @input="updateServerLanguage" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -8,6 +8,7 @@ const languageCodeMap = {
|
|||||||
'de': 'Deutsch',
|
'de': 'Deutsch',
|
||||||
'en-us': 'English',
|
'en-us': 'English',
|
||||||
// 'es': 'Español',
|
// 'es': 'Español',
|
||||||
|
'hr': 'Hrvatski',
|
||||||
'it': 'Italiano',
|
'it': 'Italiano',
|
||||||
// 'pl': 'Polski',
|
// 'pl': 'Polski',
|
||||||
'zh-cn': '简体中文 (Simplified Chinese)'
|
'zh-cn': '简体中文 (Simplified Chinese)'
|
||||||
|
Loading…
Reference in New Issue
Block a user