Add additional credits to about page, add internetometer to aside as widget.

This commit is contained in:
天クマ 2026-07-04 15:14:58 -03:00
commit 5a4faee769
8 changed files with 33 additions and 7 deletions

View file

@ -93,7 +93,9 @@ module.exports = {
next: "next",
about: "about",
thisWebsiteDoesNotTrackYou: "This website does not track you.",
mrnandoChannel: "Mr. Nando's channel"
mrnandoChannel: "Mr. Nando's channel",
liked: "liked",
changes: "changes"
},
pt: {
language: "português",
@ -162,6 +164,8 @@ module.exports = {
next: "próximo",
about: "sobre",
thisWebsiteDoesNotTrackYou: "Esse website não rastreia você.",
mrnandoChannel: "Canal do Mr. Nando"
mrnandoChannel: "Canal do Mr. Nando",
liked: "curtiu",
changes: "mudanças"
}
};