0
Fork 0
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:
Daniel Lockyer 2023-04-14 08:14:10 +01:00
parent d11801d0d4
commit cebad9ae0c
No known key found for this signature in database

View file

@ -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'
];
/**