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"
}
}

View file

@ -114,5 +114,19 @@
"title": "Terms of service",
"content": "N/A"
}
},
"about": {
"why": "為什麼要做網站?",
"bulletpoints": {
"1": "1. 台灣媒體真的很爛,要嘛有超多偏見,或是比較偏小孩不能看的新聞 (aka 擦邊通過的",
"2": "2. 這個網站是為了讓大家可以更方便的比較新聞,可以分析新聞的偏見",
"3half": "學 TailwindCSS"
},
"aboutDev": {
"title": "關於開發者",
"dev": "開發者yh",
"contactEmailStarter": "聯絡信箱:"
},
"copyrightInfo": "版權資訊"
}
}