diff --git a/ghost/i18n/lib/i18n.js b/ghost/i18n/lib/i18n.js index 5cb9b8aa77..5c4600cbeb 100644 --- a/ghost/i18n/lib/i18n.js +++ b/ghost/i18n/lib/i18n.js @@ -2,15 +2,21 @@ const i18next = require('i18next'); const SUPPORTED_LOCALES = [ 'af', + 'ca', 'cs', 'de', 'en', + 'eo', 'es', 'fr', 'hu', + 'it', 'mn', 'nl', - 'pl' + 'pl', + 'pt-br', + 'sv', + 'vi' ]; /**