Added i18n translations

This commit is contained in:
2024-03-10 00:14:00 +03:00
parent a9436a5af7
commit 90582949d5
15 changed files with 191 additions and 20 deletions

View File

@@ -16,19 +16,19 @@ export class DockComponent {
id: 0,
svg: "../../../assets/svg/logo-telegram.svg",
url: "https://t.me/neur0w0men",
text: "Telegram channel",
text: "TELEGRAM_LABEL",
},
{
id: 1,
svg: "../../../assets/svg/logo-github.svg",
url: "https://github.com/MrSedan",
text: "Admin's GitHub",
text: "GITHUB_LABEL",
},
{
id: 2,
svg: "../../../assets/svg/logo-gitea.svg",
url: "https://git.nwaifu.su",
text: "Gitea",
text: "GITEA_LABEL",
},
];
}