From c604255ace43ccfa21d1c7a89447126a22ecfc13 Mon Sep 17 00:00:00 2001 From: Daniel Lockyer Date: Tue, 30 May 2023 12:07:01 +0200 Subject: [PATCH] Updated list of supported locales refs https://github.com/TryGhost/Team/issues/2795 - adds in Finnish and Albanian locales as they were added via merged PR earlier --- ghost/i18n/lib/i18n.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ghost/i18n/lib/i18n.js b/ghost/i18n/lib/i18n.js index f99b066494..2d9a9d9790 100644 --- a/ghost/i18n/lib/i18n.js +++ b/ghost/i18n/lib/i18n.js @@ -10,6 +10,7 @@ const SUPPORTED_LOCALES = [ 'en', 'eo', 'es', + 'fi', 'fr', 'hu', 'id', @@ -25,6 +26,7 @@ const SUPPORTED_LOCALES = [ 'ru', 'si', 'sl', + 'sq', 'sr', 'sv', 'tr',