mirror of
https://github.com/mmjee/Piped-Material.git
synced 2024-12-06 19:26:36 +01:00
Add Czech to the selector
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user