diff --git a/ghost/i18n/lib/i18n.js b/ghost/i18n/lib/i18n.js index de86fc5e85..359a2f394b 100644 --- a/ghost/i18n/lib/i18n.js +++ b/ghost/i18n/lib/i18n.js @@ -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' ]; /**