diff --git a/Server/app/svelte/public/js/groups.js b/Server/app/svelte/public/js/groups.js index 97479ce..cd1a847 100644 --- a/Server/app/svelte/public/js/groups.js +++ b/Server/app/svelte/public/js/groups.js @@ -63,7 +63,13 @@ export let groups = [ location: [["USA","Colorado","Louisville"], [39.965026323855334, -105.15948886693151]], members: 1, contact: ["https://discord.gg/Qk8KUk787z","DiscordInviteLink"] - } + }, + { + location: [["USA","Georgia"], [33.91813982808364, -84.38058579763135]], + 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 c5c1091..b5f22e2 100644 --- a/Server/app/svelte/public/locales/en/countries.json +++ b/Server/app/svelte/public/locales/en/countries.json @@ -12,6 +12,7 @@ "USA": "USA", "Bulgaria": "Bulgaria", "Colorado": "Colorado", + "Georgia": "Georgia", "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 59e152b..65d5b77 100644 --- a/Server/app/svelte/public/locales/ru/countries.json +++ b/Server/app/svelte/public/locales/ru/countries.json @@ -11,6 +11,7 @@ "USA": "CША", "Bulgaria": "Болгария", "Colorado": "Колорадо", + "Georgia": "Джорджия", "Copenhagen": "Копенгаген", "Kolding": "Колдинг", "KohtlaJarve": "Кохтла-Ярве", diff --git a/Server/public/js/groups.js b/Server/public/js/groups.js index 97479ce..cd1a847 100644 --- a/Server/public/js/groups.js +++ b/Server/public/js/groups.js @@ -63,7 +63,13 @@ export let groups = [ location: [["USA","Colorado","Louisville"], [39.965026323855334, -105.15948886693151]], members: 1, contact: ["https://discord.gg/Qk8KUk787z","DiscordInviteLink"] - } + }, + { + location: [["USA","Georgia"], [33.91813982808364, -84.38058579763135]], + 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 c5c1091..b5f22e2 100644 --- a/Server/public/locales/en/countries.json +++ b/Server/public/locales/en/countries.json @@ -12,6 +12,7 @@ "USA": "USA", "Bulgaria": "Bulgaria", "Colorado": "Colorado", + "Georgia": "Georgia", "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 59e152b..65d5b77 100644 --- a/Server/public/locales/ru/countries.json +++ b/Server/public/locales/ru/countries.json @@ -11,6 +11,7 @@ "USA": "CША", "Bulgaria": "Болгария", "Colorado": "Колорадо", + "Georgia": "Джорджия", "Copenhagen": "Копенгаген", "Kolding": "Колдинг", "KohtlaJarve": "Кохтла-Ярве",