From d79179fd48083732df1be82623ee93d705ca704c Mon Sep 17 00:00:00 2001 From: a-ill Date: Sat, 15 Jul 2023 18:04:05 +0300 Subject: [PATCH] Update --- Server/app/svelte/public/js/groups.js | 5 +++++ Server/app/svelte/public/locales/en/countries.json | 4 +++- Server/app/svelte/public/locales/ru/countries.json | 4 +++- Server/public/js/groups.js | 5 +++++ Server/public/locales/en/countries.json | 4 +++- Server/public/locales/ru/countries.json | 4 +++- 6 files changed, 22 insertions(+), 4 deletions(-) diff --git a/Server/app/svelte/public/js/groups.js b/Server/app/svelte/public/js/groups.js index e489e91..18a1d57 100644 --- a/Server/app/svelte/public/js/groups.js +++ b/Server/app/svelte/public/js/groups.js @@ -19,6 +19,11 @@ export let groups = [ members: 3, contact: ["https://discord.gg/Qk8KUk787z","DiscordInviteLink"] }, + { + location: [["Germany","Wiesbaden"], [50.07459620869791, 8.234984059337897]], + members: 1, + contact: ["https://discord.gg/Qk8KUk787z","DiscordInviteLink"] + }, { location: [["Greece","Athens"], [37.94877252621736, 23.677622972996158]], members: 1, diff --git a/Server/app/svelte/public/locales/en/countries.json b/Server/app/svelte/public/locales/en/countries.json index af34f85..ed39046 100644 --- a/Server/app/svelte/public/locales/en/countries.json +++ b/Server/app/svelte/public/locales/en/countries.json @@ -5,6 +5,7 @@ "Greece": "Greece", "Latvia": "Latvia", "Canada": "Canada", + "Germany": "Germany", "Copenhagen": "Copenhagen", "Ireland": "Ireland", "Montreal": "Montreal", @@ -12,5 +13,6 @@ "KohtlaJarve": "Kohtla-Järve", "Athens": "Athens", "Riga": "Riga", - "Halifax": "Halifax" + "Halifax": "Halifax", + "Wiesbaden": "Wiesbaden" } \ No newline at end of file diff --git a/Server/app/svelte/public/locales/ru/countries.json b/Server/app/svelte/public/locales/ru/countries.json index 479141c..ba0ef03 100644 --- a/Server/app/svelte/public/locales/ru/countries.json +++ b/Server/app/svelte/public/locales/ru/countries.json @@ -6,11 +6,13 @@ "Latvia": "Латвия", "Canada": "Канада", "Ireland": "Ирландия", + "Germany": "Германия", "Copenhagen": "Копенгаген", "Kolding": "Колдинг", "KohtlaJarve": "Кохтла-Ярве", "Athens": "Афины", "Riga": "Рига", "Halifax": "Галифакс", - "Montreal": "Монреаль" + "Montreal": "Монреаль", + "Wiesbaden": "Висбаден" } \ No newline at end of file diff --git a/Server/public/js/groups.js b/Server/public/js/groups.js index e489e91..18a1d57 100644 --- a/Server/public/js/groups.js +++ b/Server/public/js/groups.js @@ -19,6 +19,11 @@ export let groups = [ members: 3, contact: ["https://discord.gg/Qk8KUk787z","DiscordInviteLink"] }, + { + location: [["Germany","Wiesbaden"], [50.07459620869791, 8.234984059337897]], + members: 1, + contact: ["https://discord.gg/Qk8KUk787z","DiscordInviteLink"] + }, { location: [["Greece","Athens"], [37.94877252621736, 23.677622972996158]], members: 1, diff --git a/Server/public/locales/en/countries.json b/Server/public/locales/en/countries.json index af34f85..ed39046 100644 --- a/Server/public/locales/en/countries.json +++ b/Server/public/locales/en/countries.json @@ -5,6 +5,7 @@ "Greece": "Greece", "Latvia": "Latvia", "Canada": "Canada", + "Germany": "Germany", "Copenhagen": "Copenhagen", "Ireland": "Ireland", "Montreal": "Montreal", @@ -12,5 +13,6 @@ "KohtlaJarve": "Kohtla-Järve", "Athens": "Athens", "Riga": "Riga", - "Halifax": "Halifax" + "Halifax": "Halifax", + "Wiesbaden": "Wiesbaden" } \ No newline at end of file diff --git a/Server/public/locales/ru/countries.json b/Server/public/locales/ru/countries.json index 479141c..ba0ef03 100644 --- a/Server/public/locales/ru/countries.json +++ b/Server/public/locales/ru/countries.json @@ -6,11 +6,13 @@ "Latvia": "Латвия", "Canada": "Канада", "Ireland": "Ирландия", + "Germany": "Германия", "Copenhagen": "Копенгаген", "Kolding": "Колдинг", "KohtlaJarve": "Кохтла-Ярве", "Athens": "Афины", "Riga": "Рига", "Halifax": "Галифакс", - "Montreal": "Монреаль" + "Montreal": "Монреаль", + "Wiesbaden": "Висбаден" } \ No newline at end of file