From 688bb5a8cfcca8540466b495ede193a1a7e5cd71 Mon Sep 17 00:00:00 2001
From: zyy <zyy@email.com>
Date: Tue, 04 Nov 2025 13:58:44 +0800
Subject: [PATCH] 1
---
trading-order-common/src/main/java/com/yami/trading/common/constants/Constants.java | 38 +++++++++++++++++++++-----------------
1 files changed, 21 insertions(+), 17 deletions(-)
diff --git a/trading-order-common/src/main/java/com/yami/trading/common/constants/Constants.java b/trading-order-common/src/main/java/com/yami/trading/common/constants/Constants.java
index 673cdf6..a5b0cc2 100644
--- a/trading-order-common/src/main/java/com/yami/trading/common/constants/Constants.java
+++ b/trading-order-common/src/main/java/com/yami/trading/common/constants/Constants.java
@@ -570,24 +570,28 @@
public static Map<String, String> LANGUAGE = new HashMap<String, String>();
static {
- LANGUAGE.put("en", "英文");
- LANGUAGE.put("zh-CN", "简体中文");
- LANGUAGE.put("CN", "繁体中文");
- LANGUAGE.put("Japanese", "日文");
- LANGUAGE.put("Korean", "韩文");
- LANGUAGE.put("ru", "俄文");
- LANGUAGE.put("pt", "葡萄牙语");
- LANGUAGE.put("es", "西班牙语");
- LANGUAGE.put("th", "泰语");
- LANGUAGE.put("fr", "法语");
- LANGUAGE.put("vi", "越南语");
- LANGUAGE.put("ar", "阿拉伯语");
- LANGUAGE.put("my", "缅甸语");
- LANGUAGE.put("de", "德语");
+ LANGUAGE.put("de","德语");
+ LANGUAGE.put("en","英语");
+ LANGUAGE.put("es","西班牙语");
+ LANGUAGE.put("fr","法语");
LANGUAGE.put("Italy","意大利语");
- LANGUAGE.put("Turkish","土耳其语");
- LANGUAGE.put("Romanian","罗马尼亚语");
- LANGUAGE.put("Greek","希腊语");
+ LANGUAGE.put("Japanese","日语");
+ LANGUAGE.put("Korean","韩语");
+ LANGUAGE.put("pt","葡萄牙语");
+ LANGUAGE.put("vi","越南语");
+ LANGUAGE.put("CN","繁体中文");
+ LANGUAGE.put("zh-CN","简体中文");
+ LANGUAGE.put("gr","希腊语");
+ LANGUAGE.put("th","泰语");
+ LANGUAGE.put("ga","爱尔兰语");
+ LANGUAGE.put("nl","荷兰语");
+ LANGUAGE.put("sv","瑞典语");
+ LANGUAGE.put("da","丹麦语");
+ LANGUAGE.put("no","挪威语");
+ LANGUAGE.put("fi","芬兰语");
+ LANGUAGE.put("ro","罗马尼亚语");
+ LANGUAGE.put("lb","卢森堡语");
+
}
/**
--
Gitblit v1.9.3