Add misc section with full per-page strings translation support, 88x31 page and bookmarks page.
This commit is contained in:
parent
45aa627911
commit
74285e314d
89 changed files with 291 additions and 9 deletions
|
|
@ -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"
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue