mirror of
https://github.com/artegoser/AnoPaper.git
synced 2025-02-23 12:43:14 +03:00
feat: localisation for about page
This commit is contained in:
parent
02a96f746c
commit
8a76312077
5 changed files with 33 additions and 16 deletions
|
@ -1,4 +1,5 @@
|
|||
let en = {
|
||||
about_md: (await (await fetch("localisation/en/about.md")).text()) || "",
|
||||
Notes: "Notes",
|
||||
Write: "Write",
|
||||
Chat: "Chat",
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
let ru = {
|
||||
about_md: (await (await fetch("localisation/ru/about.md")).text()) || "",
|
||||
Notes: "Заметки",
|
||||
Write: "Написать",
|
||||
Chat: "Чат",
|
||||
|
|
Loading…
Add table
Reference in a new issue