From b0483d1ef3d8e936cc64c990a7215da1c4b72c4c Mon Sep 17 00:00:00 2001 From: Daniel Lockyer Date: Fri, 5 May 2023 13:24:41 +0200 Subject: [PATCH] Updated supported locales --- 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 323d520795..6aff47c8a8 100644 --- a/ghost/i18n/lib/i18n.js +++ b/ghost/i18n/lib/i18n.js @@ -16,7 +16,9 @@ const SUPPORTED_LOCALES = [ 'mn', 'nl', 'pl', + 'pt', 'pt-br', + 'ru', 'si', 'sl', 'sv',