feat: localisation for about page

This commit is contained in:
Artemy 2023-04-19 15:47:09 +03:00
parent 02a96f746c
commit 8a76312077
5 changed files with 33 additions and 16 deletions

View file

@ -1,4 +1,5 @@
let en = {
about_md: (await (await fetch("localisation/en/about.md")).text()) || "",
Notes: "Notes",
Write: "Write",
Chat: "Chat",

View file

@ -1,4 +1,5 @@
let ru = {
about_md: (await (await fetch("localisation/ru/about.md")).text()) || "",
Notes: "Заметки",
Write: "Написать",
Chat: "Чат",