diff --git a/Server/app/svelte/public/js/groups.js b/Server/app/svelte/public/js/groups.js index 2f96f3d..97479ce 100644 --- a/Server/app/svelte/public/js/groups.js +++ b/Server/app/svelte/public/js/groups.js @@ -9,6 +9,11 @@ export let groups = [ members: 2, contact: ["https://discord.gg/Qk8KUk787z","DiscordInviteLink"] }, + { + location: [["Canada","Toronto"], [43.6960589794647, -79.37396957644577]], + members: 1, + contact: ["https://discord.gg/Qk8KUk787z","DiscordInviteLink"] + }, { location: [["Denmark","Copenhagen"],[55.6840661150132, 12.557133959514688]], members: 1, @@ -51,6 +56,11 @@ export let groups = [ }, { location: [["USA","Florida"], [26.945024427155868, -81.22162645059898]], + members: 2, + contact: ["https://discord.gg/Qk8KUk787z","DiscordInviteLink"] + }, + { + location: [["USA","Colorado","Louisville"], [39.965026323855334, -105.15948886693151]], members: 1, contact: ["https://discord.gg/Qk8KUk787z","DiscordInviteLink"] } diff --git a/Server/app/svelte/public/locales/en/countries.json b/Server/app/svelte/public/locales/en/countries.json index 7839c15..c5c1091 100644 --- a/Server/app/svelte/public/locales/en/countries.json +++ b/Server/app/svelte/public/locales/en/countries.json @@ -11,6 +11,7 @@ "Ireland": "Ireland", "USA": "USA", "Bulgaria": "Bulgaria", + "Colorado": "Colorado", "Montreal": "Montreal", "Kolding": "Kolding", "KohtlaJarve": "Kohtla-Järve", @@ -20,5 +21,7 @@ "Wiesbaden": "Wiesbaden", "Florida": "Florida", "Tallinn": "Tallinn", - "Varna": "Varna" + "Varna": "Varna", + "Louisville": "Louisville", + "Toronto": "Toronto" } \ 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 e5caae1..59e152b 100644 --- a/Server/app/svelte/public/locales/ru/countries.json +++ b/Server/app/svelte/public/locales/ru/countries.json @@ -10,6 +10,7 @@ "Germany": "Германия", "USA": "CША", "Bulgaria": "Болгария", + "Colorado": "Колорадо", "Copenhagen": "Копенгаген", "Kolding": "Колдинг", "KohtlaJarve": "Кохтла-Ярве", @@ -20,5 +21,7 @@ "Wiesbaden": "Висбаден", "Florida": "Флорида", "Tallinn": "Таллинн", - "Varna": "Варна" + "Varna": "Варна", + "Louisville": "Луисвилл", + "Toronto": "Торонто" } \ No newline at end of file diff --git a/Server/public/js/groups.js b/Server/public/js/groups.js index 2f96f3d..97479ce 100644 --- a/Server/public/js/groups.js +++ b/Server/public/js/groups.js @@ -9,6 +9,11 @@ export let groups = [ members: 2, contact: ["https://discord.gg/Qk8KUk787z","DiscordInviteLink"] }, + { + location: [["Canada","Toronto"], [43.6960589794647, -79.37396957644577]], + members: 1, + contact: ["https://discord.gg/Qk8KUk787z","DiscordInviteLink"] + }, { location: [["Denmark","Copenhagen"],[55.6840661150132, 12.557133959514688]], members: 1, @@ -51,6 +56,11 @@ export let groups = [ }, { location: [["USA","Florida"], [26.945024427155868, -81.22162645059898]], + members: 2, + contact: ["https://discord.gg/Qk8KUk787z","DiscordInviteLink"] + }, + { + location: [["USA","Colorado","Louisville"], [39.965026323855334, -105.15948886693151]], members: 1, contact: ["https://discord.gg/Qk8KUk787z","DiscordInviteLink"] } diff --git a/Server/public/locales/en/countries.json b/Server/public/locales/en/countries.json index 7839c15..c5c1091 100644 --- a/Server/public/locales/en/countries.json +++ b/Server/public/locales/en/countries.json @@ -11,6 +11,7 @@ "Ireland": "Ireland", "USA": "USA", "Bulgaria": "Bulgaria", + "Colorado": "Colorado", "Montreal": "Montreal", "Kolding": "Kolding", "KohtlaJarve": "Kohtla-Järve", @@ -20,5 +21,7 @@ "Wiesbaden": "Wiesbaden", "Florida": "Florida", "Tallinn": "Tallinn", - "Varna": "Varna" + "Varna": "Varna", + "Louisville": "Louisville", + "Toronto": "Toronto" } \ No newline at end of file diff --git a/Server/public/locales/ru/countries.json b/Server/public/locales/ru/countries.json index e5caae1..59e152b 100644 --- a/Server/public/locales/ru/countries.json +++ b/Server/public/locales/ru/countries.json @@ -10,6 +10,7 @@ "Germany": "Германия", "USA": "CША", "Bulgaria": "Болгария", + "Colorado": "Колорадо", "Copenhagen": "Копенгаген", "Kolding": "Колдинг", "KohtlaJarve": "Кохтла-Ярве", @@ -20,5 +21,7 @@ "Wiesbaden": "Висбаден", "Florida": "Флорида", "Tallinn": "Таллинн", - "Varna": "Варна" + "Varna": "Варна", + "Louisville": "Луисвилл", + "Toronto": "Торонто" } \ No newline at end of file