From 64b8c71799a2edba8e21852b42596163fa4aeeb2 Mon Sep 17 00:00:00 2001 From: jpirnay Date: Thu, 26 Mar 2026 09:22:21 +0100 Subject: [PATCH 1/2] Fix non-unique ids --- lib/I18n/translations/portuguese_pt.yaml | 2 +- lib/I18n/translations/russian.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/I18n/translations/portuguese_pt.yaml b/lib/I18n/translations/portuguese_pt.yaml index 18f3a21c..b1d1bb51 100644 --- a/lib/I18n/translations/portuguese_pt.yaml +++ b/lib/I18n/translations/portuguese_pt.yaml @@ -1,6 +1,6 @@ _language_name: "Português (Portugal)" _language_code: "PT" -_order: "6" +_order: "5" STR_CROSSPOINT: "CrossPoint" STR_BOOTING: "INICIANDO" diff --git a/lib/I18n/translations/russian.yaml b/lib/I18n/translations/russian.yaml index 0cda986e..9c8980e5 100644 --- a/lib/I18n/translations/russian.yaml +++ b/lib/I18n/translations/russian.yaml @@ -1,6 +1,6 @@ _language_name: "Русский" _language_code: "RU" -_order: "6" +_order: "19" STR_CROSSPOINT: "CrossPoint" STR_BOOTING: "Загрузка" From 86c935bfc934048c9cc789b3c6ddee45634da1c5 Mon Sep 17 00:00:00 2001 From: jpirnay Date: Thu, 26 Mar 2026 10:43:37 +0100 Subject: [PATCH 2/2] Fix codes --- lib/I18n/translations/portuguese_br.yaml | 2 +- lib/I18n/translations/portuguese_pt.yaml | 2 +- lib/I18n/translations/russian.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/I18n/translations/portuguese_br.yaml b/lib/I18n/translations/portuguese_br.yaml index 6801a957..fed6bdb7 100644 --- a/lib/I18n/translations/portuguese_br.yaml +++ b/lib/I18n/translations/portuguese_br.yaml @@ -1,6 +1,6 @@ _language_name: "Português (Brasil)" _language_code: "PO" -_order: "6" +_order: "5" STR_CROSSPOINT: "CrossPoint" STR_BOOTING: "INICIANDO" diff --git a/lib/I18n/translations/portuguese_pt.yaml b/lib/I18n/translations/portuguese_pt.yaml index b1d1bb51..ad0d0bd9 100644 --- a/lib/I18n/translations/portuguese_pt.yaml +++ b/lib/I18n/translations/portuguese_pt.yaml @@ -1,6 +1,6 @@ _language_name: "Português (Portugal)" _language_code: "PT" -_order: "5" +_order: "19" STR_CROSSPOINT: "CrossPoint" STR_BOOTING: "INICIANDO" diff --git a/lib/I18n/translations/russian.yaml b/lib/I18n/translations/russian.yaml index 9c8980e5..0cda986e 100644 --- a/lib/I18n/translations/russian.yaml +++ b/lib/I18n/translations/russian.yaml @@ -1,6 +1,6 @@ _language_name: "Русский" _language_code: "RU" -_order: "19" +_order: "6" STR_CROSSPOINT: "CrossPoint" STR_BOOTING: "Загрузка"