mirror of
https://github.com/artegoser/AnoPaper.git
synced 2025-02-23 20:51:27 +03:00
feat: menu dropdown on mobile
This commit is contained in:
parent
a4e5a7157e
commit
09cbc9fbc3
6 changed files with 54 additions and 24 deletions
|
@ -54,6 +54,7 @@ let en = {
|
|||
NoNotesFound: "No notes found",
|
||||
LocalNote: "Local",
|
||||
PublicNote: "Public",
|
||||
Menu: "Menu",
|
||||
};
|
||||
|
||||
export default en;
|
||||
|
|
|
@ -57,6 +57,7 @@ let eo = {
|
|||
NoNotesFound: "Neniuj notoj trovitaj",
|
||||
LocalNote: "Loka",
|
||||
PublicNote: "Publika",
|
||||
Menu: "Menuo",
|
||||
};
|
||||
|
||||
export default eo;
|
||||
|
|
|
@ -57,6 +57,7 @@ let es = {
|
|||
NoNotesFound: "No se encontraron notas",
|
||||
LocalNote: "Local",
|
||||
PublicNote: "Pública",
|
||||
Menu: "Menú",
|
||||
};
|
||||
|
||||
export default es;
|
||||
|
|
|
@ -55,6 +55,7 @@ let ru = {
|
|||
NoNotesFound: "Заметок не найдено",
|
||||
LocalNote: "Локальная",
|
||||
PublishNote: "Публичная",
|
||||
Menu: "Меню",
|
||||
};
|
||||
|
||||
export default ru;
|
||||
|
|
Loading…
Add table
Reference in a new issue