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=شرف