@radhost/server-service-config 3.4.5 → 3.5.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@radhost/server-service-config",
3
- "version": "3.4.5",
3
+ "version": "3.5.3",
4
4
  "main": "index.js",
5
5
  "scripts": {},
6
6
  "dependencies": {
@@ -10,5 +10,5 @@
10
10
  "access": "public",
11
11
  "registry": "https://registry.npmjs.org/"
12
12
  },
13
- "gitHead": "9b9c6a037e9fdb590c15c05311ed92d225f2f38f"
13
+ "gitHead": "c3d483dc1eed0f76e8cbbeecdcfa0291e063e159"
14
14
  }
@@ -138,5 +138,86 @@ exports.getConstConfig = () => {
138
138
  '南旧金山',
139
139
  '旧金山',
140
140
  ],
141
+ language: {
142
+ zh: [
143
+ {
144
+ id: 'ar',
145
+ name: '阿拉伯语',
146
+ },
147
+ {
148
+ id: 'de',
149
+ name: '德语',
150
+ },
151
+ {
152
+ id: 'ru',
153
+ name: '俄语',
154
+ },
155
+ {
156
+ id: 'fr',
157
+ name: '法语',
158
+ },
159
+ {
160
+ id: 'ko',
161
+ name: '韩语',
162
+ },
163
+ {
164
+ id: 'ms',
165
+ name: '马来语',
166
+ },
167
+ {
168
+ id: 'pt',
169
+ name: '葡萄牙语',
170
+ },
171
+ {
172
+ id: 'ja',
173
+ name: '日语',
174
+ },
175
+ {
176
+ id: 'ta',
177
+ name: '泰米尔语',
178
+ },
179
+ {
180
+ id: 'th',
181
+ name: '泰语',
182
+ },
183
+ {
184
+ id: 'tr',
185
+ name: '土耳其语',
186
+ },
187
+ {
188
+ id: 'es',
189
+ name: '西班牙语',
190
+ },
191
+ {
192
+ id: 'en',
193
+ name: '英语',
194
+ },
195
+ {
196
+ id: 'hi',
197
+ name: '印地语',
198
+ },
199
+ {
200
+ id: 'id',
201
+ name: '印尼语',
202
+ },
203
+ {
204
+ id: 'it',
205
+ name: '意大利语',
206
+ },
207
+ {
208
+ id: 'vi',
209
+ name: '越南语',
210
+ },
211
+ {
212
+ id: 'yue',
213
+ name: '粤语',
214
+ },
215
+ {
216
+ id: 'zh',
217
+ name: '中文',
218
+ },
219
+ ],
220
+ en: [],
221
+ },
141
222
  };
142
223
  };