This commit is contained in:
a-ill
2023-07-10 14:09:25 +03:00
parent 6733ee6b94
commit d84e9022db
23 changed files with 41 additions and 7633 deletions

View File

@@ -1,5 +1,11 @@
export let communities = [
{
location: ["CanadaMontreal",[44.654781585774785, -63.61076905562609]],
status: "forming",
members: 2,
contact: ["https://discord.gg/xAPZmyr8B6","DiscordInviteLink"]
},
{
location: ["EstoniaKohtlaJarve",[59.409521829709504, 27.288415912535914]],
status: "forming",

View File

@@ -9,5 +9,7 @@
"contact": "Contact",
"EstoniaKohtlaJarve": "Estonia, Kohtla-Järve",
"forming": "forming",
"WhatsAppInviteLink": "WhatsApp invite link"
"WhatsAppInviteLink": "WhatsApp invite link",
"DiscordInviteLink": "Discord invite link",
"CanadaMontreal": "Canada, Montreal"
}

View File

@@ -9,5 +9,7 @@
"contact": "Контакт",
"EstoniaKohtlaJarve": "Эстония, Кохтла-Ярве",
"forming": "формируется",
"WhatsAppInviteLink": "WhatsApp ссылка"
"WhatsAppInviteLink": "WhatsApp ссылка",
"DiscordInviteLink": "Discord ссылка",
"CanadaMontreal": "Канада, Монреаль"
}