mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
Added support for new locales
- Danish and Chinese as per recent pull requests
This commit is contained in:
parent
d11801d0d4
commit
cebad9ae0c
1 changed files with 3 additions and 1 deletions
|
@ -5,6 +5,7 @@ const SUPPORTED_LOCALES = [
|
|||
'bg',
|
||||
'ca',
|
||||
'cs',
|
||||
'da',
|
||||
'de',
|
||||
'en',
|
||||
'eo',
|
||||
|
@ -20,7 +21,8 @@ const SUPPORTED_LOCALES = [
|
|||
'sl',
|
||||
'sv',
|
||||
'tr',
|
||||
'vi'
|
||||
'vi',
|
||||
'zh'
|
||||
];
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue