From eb2a3a2875c4bbc7fe93ff145f562e7c7f2c21e8 Mon Sep 17 00:00:00 2001 From: Maksim Eltyshev Date: Fri, 30 May 2025 13:44:58 +0200 Subject: [PATCH] ref: Fix locale position --- server/config/i18n.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/config/i18n.js b/server/config/i18n.js index 65ac402d..d149879a 100644 --- a/server/config/i18n.js +++ b/server/config/i18n.js @@ -19,7 +19,7 @@ module.exports.i18n = { * */ - locales: ['en-GB', 'en-US', 'ru-RU', 'it-IT'], + locales: ['en-GB', 'en-US', 'it-IT', 'ru-RU'], /** *