mirror of
https://github.com/mmjee/Piped-Material.git
synced 2024-12-06 19:26:36 +01:00
Add Spanish to the selector
This commit is contained in:
@@ -28,6 +28,10 @@ export const LANGUAGE_OPTIONS = [
|
||||
value: 'el',
|
||||
text: 'Greek'
|
||||
},
|
||||
{
|
||||
value: 'es',
|
||||
text: 'Spanish'
|
||||
},
|
||||
{
|
||||
value: 'zh-Hans',
|
||||
text: 'Chinese (Simplified, only loads the font)'
|
||||
@@ -118,6 +122,7 @@ async function syncStylesPerLanguage (locale) {
|
||||
case 'de':
|
||||
case 'en':
|
||||
case 'el':
|
||||
case 'es':
|
||||
case 'fr':
|
||||
case 'lt':
|
||||
case 'ml':
|
||||
|
||||
Reference in New Issue
Block a user