diff --git a/ghost/i18n/lib/i18n.js b/ghost/i18n/lib/i18n.js index 5c4600cbeb..69660dff30 100644 --- a/ghost/i18n/lib/i18n.js +++ b/ghost/i18n/lib/i18n.js @@ -2,6 +2,7 @@ const i18next = require('i18next'); const SUPPORTED_LOCALES = [ 'af', + 'bg', 'ca', 'cs', 'de', @@ -15,7 +16,9 @@ const SUPPORTED_LOCALES = [ 'nl', 'pl', 'pt-br', + 'sl', 'sv', + 'tr', 'vi' ];