Skip to content

Commit 00ed5d4

Browse files
committed
config.json: add availableLocales
1 parent 8cd3168 commit 00ed5d4

File tree

1 file changed

+6
-18
lines changed

1 file changed

+6
-18
lines changed

static/config.json

Lines changed: 6 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@
88
"featureReportService": "http://localhost:8088/api/v1/document/",
99
"authServiceUrl": "http://localhost:8088/api/v1/auth/",
1010
"routingServiceUrl": "https://valhalla1.openstreetmap.de",
11+
"availableLocales": {
12+
"en-US": "English",
13+
"de-CH": "Deutsch",
14+
"fr-FR": "Français",
15+
"it-IT": "Italiano"
16+
},
1117
"urlPositionFormat": "centerAndZoom",
1218
"urlPositionCrs": "",
1319
"loadTranslationOverrides": false,
@@ -407,24 +413,6 @@
407413
{
408414
"name": "Settings",
409415
"cfg": {
410-
"languages": [
411-
{
412-
"title": "English",
413-
"value": "en-US"
414-
},
415-
{
416-
"title": "Deutsch",
417-
"value": "de-CH"
418-
},
419-
{
420-
"title": "Français",
421-
"value": "fr-FR"
422-
},
423-
{
424-
"title": "Italiano",
425-
"value": "it-IT"
426-
}
427-
],
428416
"colorSchemes": [
429417
{
430418
"titleMsgId": "colorschemes.default",

0 commit comments

Comments
 (0)