From b967bac24b2fd662ac3b8826700fb76c26690aec Mon Sep 17 00:00:00 2001
From: zyy3 <zyy3@zy.com>
Date: Tue, 02 Dec 2025 00:27:56 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
trading-order-common/src/main/java/com/yami/trading/common/constants/Constants.java | 41 ++++++++++++++++++++++++-----------------
1 files changed, 24 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..a47d300 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
@@ -22,6 +22,9 @@
public static final String IMAGES_HTTP = ApplicationUtil.getProperty("images_http");
+ public static final String API_HTTP = ApplicationUtil.getProperty("api_http");
+
+
/**
* 质押2.0下单
*/
@@ -570,24 +573,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