From 29eee0b5326479d5c0c084fb6650cc5039d9ca5e Mon Sep 17 00:00:00 2001 From: a-ill Date: Tue, 18 Jul 2023 16:45:24 +0300 Subject: [PATCH] Added a pin --- Server/app/svelte/public/js/groups.js | 6 +++++- Server/app/svelte/public/locales/en/countries.json | 1 + Server/app/svelte/public/locales/ru/countries.json | 1 + Server/public/js/groups.js | 6 +++++- Server/public/locales/en/countries.json | 1 + Server/public/locales/ru/countries.json | 1 + 6 files changed, 14 insertions(+), 2 deletions(-) diff --git a/Server/app/svelte/public/js/groups.js b/Server/app/svelte/public/js/groups.js index cd1a847..aedcdde 100644 --- a/Server/app/svelte/public/js/groups.js +++ b/Server/app/svelte/public/js/groups.js @@ -69,7 +69,11 @@ export let groups = [ members: 1, contact: ["https://discord.gg/Qk8KUk787z","DiscordInviteLink"] }, - + { + location: [["USA","Ohio"], [40.18243610076637, -83.07800532738788]], + members: 1, + contact: ["https://discord.gg/Qk8KUk787z","DiscordInviteLink"] + } ] export let groupsByCountry = {} diff --git a/Server/app/svelte/public/locales/en/countries.json b/Server/app/svelte/public/locales/en/countries.json index b5f22e2..3680dc3 100644 --- a/Server/app/svelte/public/locales/en/countries.json +++ b/Server/app/svelte/public/locales/en/countries.json @@ -13,6 +13,7 @@ "Bulgaria": "Bulgaria", "Colorado": "Colorado", "Georgia": "Georgia", + "Ohio": "Ohio", "Montreal": "Montreal", "Kolding": "Kolding", "KohtlaJarve": "Kohtla-Järve", diff --git a/Server/app/svelte/public/locales/ru/countries.json b/Server/app/svelte/public/locales/ru/countries.json index 65d5b77..5cf1964 100644 --- a/Server/app/svelte/public/locales/ru/countries.json +++ b/Server/app/svelte/public/locales/ru/countries.json @@ -12,6 +12,7 @@ "Bulgaria": "Болгария", "Colorado": "Колорадо", "Georgia": "Джорджия", + "Ohio": "Огайо", "Copenhagen": "Копенгаген", "Kolding": "Колдинг", "KohtlaJarve": "Кохтла-Ярве", diff --git a/Server/public/js/groups.js b/Server/public/js/groups.js index cd1a847..aedcdde 100644 --- a/Server/public/js/groups.js +++ b/Server/public/js/groups.js @@ -69,7 +69,11 @@ export let groups = [ members: 1, contact: ["https://discord.gg/Qk8KUk787z","DiscordInviteLink"] }, - + { + location: [["USA","Ohio"], [40.18243610076637, -83.07800532738788]], + members: 1, + contact: ["https://discord.gg/Qk8KUk787z","DiscordInviteLink"] + } ] export let groupsByCountry = {} diff --git a/Server/public/locales/en/countries.json b/Server/public/locales/en/countries.json index b5f22e2..3680dc3 100644 --- a/Server/public/locales/en/countries.json +++ b/Server/public/locales/en/countries.json @@ -13,6 +13,7 @@ "Bulgaria": "Bulgaria", "Colorado": "Colorado", "Georgia": "Georgia", + "Ohio": "Ohio", "Montreal": "Montreal", "Kolding": "Kolding", "KohtlaJarve": "Kohtla-Järve", diff --git a/Server/public/locales/ru/countries.json b/Server/public/locales/ru/countries.json index 65d5b77..5cf1964 100644 --- a/Server/public/locales/ru/countries.json +++ b/Server/public/locales/ru/countries.json @@ -12,6 +12,7 @@ "Bulgaria": "Болгария", "Colorado": "Колорадо", "Georgia": "Джорджия", + "Ohio": "Огайо", "Copenhagen": "Копенгаген", "Kolding": "Колдинг", "KohtlaJarve": "Кохтла-Ярве",