diff --git a/ghost/i18n/lib/i18n.js b/ghost/i18n/lib/i18n.js index cb8c5d282d..5cb9b8aa77 100644 --- a/ghost/i18n/lib/i18n.js +++ b/ghost/i18n/lib/i18n.js @@ -5,10 +5,12 @@ const SUPPORTED_LOCALES = [ 'cs', 'de', 'en', + 'es', 'fr', + 'hu', 'mn', 'nl', - 'hu' + 'pl' ]; /**