yunohost-admin/app/src/i18n/supportedLocales.js

86 lines
1.2 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// date-fns locales can be found here : https://github.com/date-fns/date-fns/tree/master/src/locale
export default {
ar: {
name: 'عربي'
},
bn_BD: {
name: 'বাংলা',
dateFnsLocale: 'bn'
},
br: {
name: 'Brezhoneg',
dateFnsLocale: 'fr'
},
ca: {
name: 'Català'
},
cs: {
name: 'Čeština'
},
de: {
name: 'Deutsch'
},
el: {
name: 'Eλληνικά'
},
en: {
name: 'English',
dateFnsLocale: 'en-GB'
},
eo: {
name: 'Esperanto'
},
es: {
name: 'Español'
},
eu: {
name: 'Euskara'
},
fr: {
name: 'Français'
},
hi: {
name: 'हिन्दी'
},
hu: {
name: 'Magyar'
},
it: {
name: 'Italiano'
},
nb_NO: {
name: 'Norsk bokmål',
dateFnsLocale: 'nb'
},
ne: {
name: 'नेपाली',
dateFnsLocale: 'en-GB'
},
nl: {
name: 'Nederlands'
},
oc: {
name: 'Occitan',
dateFnsLocale: 'ca'
},
pl: {
name: 'Polski'
},
pt: {
name: 'Português'
},
ru: {
name: 'Русский'
},
sv: {
name: 'Svenska'
},
tr: {
name: 'Türkçe'
},
zh_Hans: {
name: '简化字',
dateFnsLocale: 'zh-CN'
}
}