mirror of
https://github.com/artegoser/AnoPaper.git
synced 2025-02-23 12:43:14 +03:00
feat: source code link in about page
This commit is contained in:
parent
962cec0875
commit
24046c0f32
3 changed files with 14 additions and 3 deletions
|
@ -74,6 +74,7 @@ let en = {
|
|||
NoNotesFound: "No notes found",
|
||||
LocalNote: "Local",
|
||||
Menu: "Menu",
|
||||
SourceCode: "Source code",
|
||||
};
|
||||
|
||||
export default en;
|
||||
|
|
|
@ -76,6 +76,7 @@ let ru = {
|
|||
LocalNote: "Локальная",
|
||||
PublishNote: "Публичная",
|
||||
Menu: "Меню",
|
||||
SourceCode: "Исходный код",
|
||||
};
|
||||
|
||||
export default ru;
|
||||
|
|
Loading…
Add table
Reference in a new issue