This commit is contained in:
a-ill
2023-07-10 17:16:02 +03:00
parent d84e9022db
commit b3884131d0
16 changed files with 41 additions and 22 deletions

View File

@@ -1,7 +1,7 @@
export let communities = [
{
location: ["CanadaMontreal",[44.654781585774785, -63.61076905562609]],
location: ["CanadaMontreal",[45.55541047232767, -73.42859611607271]],
status: "forming",
members: 2,
contact: ["https://discord.gg/xAPZmyr8B6","DiscordInviteLink"]

View File

@@ -1,4 +1,9 @@
export let groups = [
{
location: ["CanadaHalifax",[44.65166135030067, -63.59289968306866]],
members: 2,
contact: ["https://discord.gg/xAPZmyr8B6","DiscordInviteLink"]
},
{
location: ["DenmarkCopenhagen",[55.6840661150132, 12.557133959514688]],
members: 1,

View File

@@ -7,11 +7,12 @@
"location": "Location",
"members": "Members",
"contact": "Contact",
"DiscordInviteLink": "Discord invite link",
"WhatsAppInviteLink": "WhatsApp invite link",
"DenmarkCopenhagen": "Denmark, Copenhagen",
"DenmarkKolding": "Denmark, Kolding",
"EstoniaKohtlaJarve": "Estonia, Kohtla-Järve",
"GreeceAthens": "Greece, Athens",
"LatviaRiga": "Latvia, Riga",
"DiscordInviteLink": "Discord invite link",
"WhatsAppInviteLink": "WhatsApp invite link"
"CanadaHalifax": "Canada, Halifax"
}

View File

@@ -7,11 +7,12 @@
"location": "Локация",
"members": "Участники",
"contact": "Контакт",
"DiscordInviteLink": "Discord ссылка",
"WhatsAppInviteLink": "WhatsApp ссылка",
"DenmarkCopenhagen": "Дания, Копенгаген",
"DenmarkKolding": "Дания, Колдинг",
"EstoniaKohtlaJarve": "Эстония, Кохтла-Ярве",
"GreeceAthens": "Греция, Афины",
"LatviaRiga": "Латвия, Рига",
"DiscordInviteLink": "Discord ссылка",
"WhatsAppInviteLink": "WhatsApp ссылка"
"CanadaHalifax": "Канада, Галифакс"
}