From ce5366be284184e2cc0f631441766a7455b6543c Mon Sep 17 00:00:00 2001 From: Maksim Eltyshev Date: Mon, 7 Jul 2025 11:46:39 +0200 Subject: [PATCH] chore: 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 574a6b55..22c4c5fd 100644 --- a/server/config/i18n.js +++ b/server/config/i18n.js @@ -19,7 +19,7 @@ module.exports.i18n = { * */ - locales: ['en-GB', 'en-US', 'es-ES', 'it-IT', 'ru-RU', 'de-DE'], + locales: ['de-DE', 'en-GB', 'en-US', 'es-ES', 'it-IT', 'ru-RU'], /** *