Add Ukrainian to the language list

This commit is contained in:
root
2023-02-17 03:54:17 +05:30
parent 832d6d3420
commit 201ce77266
+3 -1
View File
@@ -37,7 +37,8 @@ export const SUPPORTED_LANGUAGES = [
'hr',
'nl',
'sr',
'bs'
'bs',
'uk'
]
export const i18n = new VueI18n({
@@ -88,6 +89,7 @@ async function syncStylesPerLanguage (locale) {
case 'nl':
case 'sr':
case 'bs':
case 'uk':
// Don't need to import fonts because Inter supports Latin and Cyrillic and is always loaded
document.body.classList.remove(...document.body.classList)
document.body.classList.add('default-font')