mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
add cs (Czech) locale in names and webpack chunks
This commit is contained in:
parent
70af5dbeaa
commit
851e0fe3a3
2 changed files with 4 additions and 0 deletions
|
@ -15,6 +15,9 @@ export default {
|
|||
ca: {
|
||||
name: 'Català'
|
||||
},
|
||||
cs: {
|
||||
name: 'Čeština'
|
||||
},
|
||||
de: {
|
||||
name: 'Deutsch'
|
||||
},
|
||||
|
|
|
@ -4,6 +4,7 @@ const dateFnsLocales = [
|
|||
'ar',
|
||||
'bn', // for 'bn_BD'
|
||||
'ca', // for 'ca' & 'oc'
|
||||
'cs',
|
||||
'de',
|
||||
'el',
|
||||
'en-GB', // for 'en' & 'ne'
|
||||
|
|
Loading…
Reference in a new issue