ebt-vue3
Version:
Vue3 Library for SuttaCentral Voice EBT-Sites
143 lines (139 loc) • 2.23 kB
JavaScript
// GENERATED CODE (DO NOT EDIT)
const VOICE_LANGS = [
{
"value": "de",
"title": "DE / Deutsch",
"voice": true
},
{
"value": "en",
"title": "EN / English",
"voice": true
},
{
"value": "es",
"title": "ES / Español",
"voice": true
},
{
"value": "fr",
"title": "FR / Français",
"voice": true
},
{
"value": "it",
"title": "IT / Italiano",
"voice": true
},
{
"value": "jpn",
"title": "JPN / 日本語",
"voice": true
},
{
"value": "pt",
"title": "PT / Português",
"voice": true
},
{
"value": "ru",
"title": "RU / Русский",
"voice": true
}
];
const UI_LANGS = [
{
"value": "cs",
"title": "CS / Čeština",
"voice": false
},
{
"value": "da",
"title": "DA / Dansk",
"voice": false
},
{
"value": "de",
"title": "DE / Deutsch",
"voice": true
},
{
"value": "en",
"title": "EN / English",
"voice": true
},
{
"value": "es",
"title": "ES / Español",
"voice": true
},
{
"value": "fr",
"title": "FR / Français",
"voice": true
},
{
"value": "hi",
"title": "HI / हिंदी",
"voice": false
},
{
"value": "is",
"title": "IS / Íslenska",
"voice": false
},
{
"value": "it",
"title": "IT / Italiano",
"voice": true
},
{
"value": "jpn",
"title": "JPN / 日本語",
"voice": true
},
{
"value": "nb",
"title": "NB / Norsk",
"voice": false
},
{
"value": "nl",
"title": "NL / Nederlands",
"voice": false
},
{
"value": "pl",
"title": "PL / Polski",
"voice": false
},
{
"value": "pt",
"title": "PT / Português",
"voice": true
},
{
"value": "ro",
"title": "RO / Română",
"voice": false
},
{
"value": "ru",
"title": "RU / Русский",
"voice": true
},
{
"value": "si",
"title": "SI / සිංහල",
"voice": false
},
{
"value": "vi",
"title": "VI / Tiếng Việt",
"voice": false
}
];
export default class Languages {
static get VOICE_LANGS() { return VOICE_LANGS };
static get UI_LANGS() { return UI_LANGS };
}