From 2eed26678b8adfc8f28aee5ec4a4b521e697e5cb Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Thu, 20 Nov 2025 15:48:53 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=AD=E8=A8=80=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/red/circle/other/infra/utils/I18nUtils.java | 2 +- .../src/main/resources/i18n/messages_ar.properties | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/rc-service/rc-service-other/other-infrastructure/src/main/java/com/red/circle/other/infra/utils/I18nUtils.java b/rc-service/rc-service-other/other-infrastructure/src/main/java/com/red/circle/other/infra/utils/I18nUtils.java index 97a473a4..c50a1a7c 100644 --- a/rc-service/rc-service-other/other-infrastructure/src/main/java/com/red/circle/other/infra/utils/I18nUtils.java +++ b/rc-service/rc-service-other/other-infrastructure/src/main/java/com/red/circle/other/infra/utils/I18nUtils.java @@ -23,7 +23,7 @@ public class I18nUtils { .forEach(region -> REGION_LANGUAGE_MAP.put(region, "en")); // 其他语言地区 - REGION_LANGUAGE_MAP.put("阿拉伯", "ar"); + REGION_LANGUAGE_MAP.put("阿语区", "ar"); REGION_LANGUAGE_MAP.put("孟加拉", "bn"); REGION_LANGUAGE_MAP.put("印度", "hi"); REGION_LANGUAGE_MAP.put("印尼", "id"); diff --git a/rc-service/rc-service-other/other-infrastructure/src/main/resources/i18n/messages_ar.properties b/rc-service/rc-service-other/other-infrastructure/src/main/resources/i18n/messages_ar.properties index e77c8c72..8ffe3aad 100644 --- a/rc-service/rc-service-other/other-infrastructure/src/main/resources/i18n/messages_ar.properties +++ b/rc-service/rc-service-other/other-infrastructure/src/main/resources/i18n/messages_ar.properties @@ -38,3 +38,8 @@ props.type.THEME=سمة props.type.NOBLE_VIP=نبيل props.type.DATA_CARD=زخرفة بطاقة props.type.SPECIAL_ID=معرف خاص +props.type.ACTIVITY=شارة +props.type.ADMINISTRATOR=شارة +props.type.ACHIEVEMENT=شارة +props.type.HONOR_ACTIVITY=شرف +props.type.HONOR_ADMIN=شرف