EXTREMELY basic translating in the newsView page. & made the about

window i18n available & added GOALS_BEFORE_NEXT_DEVLOG.md file to track
what goals should I hit before getting a another devlog.
This commit is contained in:
yuanhau 2025-06-07 01:19:48 +08:00
parent d2099074a7
commit 3abfe46464
5 changed files with 89 additions and 22 deletions

View file

@ -116,5 +116,19 @@
"title": "Terms of service",
"content": "N/A"
}
},
"about": {
"why": "Why make this website?",
"bulletpoints": {
"1": "1. Taiwan's news network is really shit, either they have a bunch of stupid opinions, or just news that are not appropriate for kids ",
"2": "2. This website's goal is to everyone see news a bit easier, and can also compare them.",
"3half": "Learn Tailwind"
},
"aboutDev": {
"title": "About the dev",
"dev": "developeryh",
"contactEmailStarter": "Contact Email"
},
"copyrightInfo": "Copyright Info"
}
}