From 1ce416ad009673e4e93e94f45fcaaf40186e6c80 Mon Sep 17 00:00:00 2001 From: John O'Nolan <john@ghost.org> Date: Sun, 2 Apr 2023 10:42:22 -0400 Subject: [PATCH] Added support for Czech translations --- ghost/i18n/lib/i18n.js | 1 + 1 file changed, 1 insertion(+) diff --git a/ghost/i18n/lib/i18n.js b/ghost/i18n/lib/i18n.js index 920561c998..cb8c5d282d 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', + 'cs', 'de', 'en', 'fr',