Add Czech to the selector

This commit is contained in:
root
2022-03-16 23:14:00 +05:30
parent 1f04553b00
commit cb41209ea1
+5
View File
@@ -36,6 +36,10 @@ export const LANGUAGE_OPTIONS = [
value: 'zh-Hant',
text: 'Chinese (Traditional)'
},
{
value: 'cs',
text: 'Czech'
},
{
value: 'ja',
text: 'Japanese (only loads fonts)'
@@ -117,6 +121,7 @@ async function syncStylesPerLanguage (locale) {
case 'lt':
case 'ml':
case 'tr':
case 'cs':
case 'bn-Latn':
// Don't need to import fonts because Latin fonts are always loaded
document.body.classList.remove(...document.body.classList)