From 41acf38fb51ab52a467b904247a3b5f987edcc7d Mon Sep 17 00:00:00 2001 From: a-ill Date: Tue, 18 Jul 2023 01:31:45 +0300 Subject: [PATCH] Added a pin in Bulgaria --- 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 2c385af..21ea4af 100644 --- a/Server/app/svelte/public/js/groups.js +++ b/Server/app/svelte/public/js/groups.js @@ -1,4 +1,9 @@ export let groups = [ + { + location: [["Bulgaria","Varna"],[43.21582161671174, 27.89896092161012]], + members: 1, + contact: ["https://discord.gg/Qk8KUk787z","DiscordInviteLink"] + }, { location: [["Canada","Halifax"],[44.65166135030067, -63.59289968306866]], members: 2, diff --git a/Server/app/svelte/public/locales/en/countries.json b/Server/app/svelte/public/locales/en/countries.json index bd5649c..7839c15 100644 --- a/Server/app/svelte/public/locales/en/countries.json +++ b/Server/app/svelte/public/locales/en/countries.json @@ -10,6 +10,7 @@ "Copenhagen": "Copenhagen", "Ireland": "Ireland", "USA": "USA", + "Bulgaria": "Bulgaria", "Montreal": "Montreal", "Kolding": "Kolding", "KohtlaJarve": "Kohtla-Järve", @@ -18,5 +19,6 @@ "Halifax": "Halifax", "Wiesbaden": "Wiesbaden", "Florida": "Florida", - "Tallinn": "Tallinn" + "Tallinn": "Tallinn", + "Varna": "Varna" } \ 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 38356a1..e5caae1 100644 --- a/Server/app/svelte/public/locales/ru/countries.json +++ b/Server/app/svelte/public/locales/ru/countries.json @@ -9,6 +9,7 @@ "Ireland": "Ирландия", "Germany": "Германия", "USA": "CША", + "Bulgaria": "Болгария", "Copenhagen": "Копенгаген", "Kolding": "Колдинг", "KohtlaJarve": "Кохтла-Ярве", @@ -18,5 +19,6 @@ "Montreal": "Монреаль", "Wiesbaden": "Висбаден", "Florida": "Флорида", - "Tallinn": "Таллинн" + "Tallinn": "Таллинн", + "Varna": "Варна" } \ No newline at end of file diff --git a/Server/public/js/groups.js b/Server/public/js/groups.js index 2c385af..21ea4af 100644 --- a/Server/public/js/groups.js +++ b/Server/public/js/groups.js @@ -1,4 +1,9 @@ export let groups = [ + { + location: [["Bulgaria","Varna"],[43.21582161671174, 27.89896092161012]], + members: 1, + contact: ["https://discord.gg/Qk8KUk787z","DiscordInviteLink"] + }, { location: [["Canada","Halifax"],[44.65166135030067, -63.59289968306866]], members: 2, diff --git a/Server/public/locales/en/countries.json b/Server/public/locales/en/countries.json index bd5649c..7839c15 100644 --- a/Server/public/locales/en/countries.json +++ b/Server/public/locales/en/countries.json @@ -10,6 +10,7 @@ "Copenhagen": "Copenhagen", "Ireland": "Ireland", "USA": "USA", + "Bulgaria": "Bulgaria", "Montreal": "Montreal", "Kolding": "Kolding", "KohtlaJarve": "Kohtla-Järve", @@ -18,5 +19,6 @@ "Halifax": "Halifax", "Wiesbaden": "Wiesbaden", "Florida": "Florida", - "Tallinn": "Tallinn" + "Tallinn": "Tallinn", + "Varna": "Varna" } \ No newline at end of file diff --git a/Server/public/locales/ru/countries.json b/Server/public/locales/ru/countries.json index 38356a1..e5caae1 100644 --- a/Server/public/locales/ru/countries.json +++ b/Server/public/locales/ru/countries.json @@ -9,6 +9,7 @@ "Ireland": "Ирландия", "Germany": "Германия", "USA": "CША", + "Bulgaria": "Болгария", "Copenhagen": "Копенгаген", "Kolding": "Колдинг", "KohtlaJarve": "Кохтла-Ярве", @@ -18,5 +19,6 @@ "Montreal": "Монреаль", "Wiesbaden": "Висбаден", "Florida": "Флорида", - "Tallinn": "Таллинн" + "Tallinn": "Таллинн", + "Varna": "Варна" } \ No newline at end of file