Merge pull request #389 from ericgaspar/dev

Update supportedLocales.js
This commit is contained in:
Alexandre Aubin 2021-09-12 16:23:23 +02:00 committed by GitHub
commit b6b18b4a3b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 1 deletions

View file

@ -37,9 +37,19 @@ export default {
eu: { eu: {
name: 'Euskara' name: 'Euskara'
}, },
fa: {
name: 'فارسی',
dateFnsLocale: 'fa-IR'
},
fi: {
name: 'Suomi'
},
fr: { fr: {
name: 'Français' name: 'Français'
}, },
gl: {
name: 'Galego'
},
hi: { hi: {
name: 'हिन्दी' name: 'हिन्दी'
}, },
@ -79,6 +89,9 @@ export default {
tr: { tr: {
name: 'Türkçe' name: 'Türkçe'
}, },
uk: {
name: 'Українська'
},
zh_Hans: { zh_Hans: {
name: '简化字', name: '简化字',
dateFnsLocale: 'zh-CN' dateFnsLocale: 'zh-CN'

View file

@ -11,7 +11,7 @@ const dateFnsLocales = [
'eo', 'eo',
'es', 'es',
'eu', 'eu',
'fa', 'fa-IR',
'fi', 'fi',
'fr', // for 'fr' & 'br' 'fr', // for 'fr' & 'br'
'gl', 'gl',