From 5b1bf3ae0de7854725c6fda79d3b20e137d37706 Mon Sep 17 00:00:00 2001 From: John O'Nolan Date: Sun, 2 Apr 2023 10:47:40 -0400 Subject: [PATCH] Added support for Polish and Spanish translations --- ghost/i18n/lib/i18n.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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' ]; /**