Add misc section with full per-page strings translation support, 88x31 page and bookmarks page.

This commit is contained in:
天クマ 2026-04-21 14:33:42 -03:00
commit 74285e314d
89 changed files with 291 additions and 9 deletions

View file

@ -56,7 +56,8 @@ module.exports = {
hideBackground: "Hide background",
options: "Options",
alsoAvailableAsVideo: "Also available as video",
websiteDescription: "Personal website/blog of Adrian Victor."
websiteDescription: "Personal website/blog of Adrian Victor.",
miscellaneous: "Miscellaneous"
},
pt: {
language: "português",
@ -100,6 +101,7 @@ module.exports = {
hideBackground: "Esconder imagem de fundo",
options: "Opções",
alsoAvailableAsVideo: "Também disponível em vídeo",
websiteDescription: "Website/blog pessoal de Adrian Victor."
websiteDescription: "Website/blog pessoal de Adrian Victor.",
miscellaneous: "Miscelâneo"
}
};