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

View file

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