mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 21:14:23 +00:00
feat: enhance Q&A section with detailed explanations and accordion functionality; update localization for English and Traditional Chinese
This commit is contained in:
parent
28240b38dc
commit
5a585ddf7c
4 changed files with 56 additions and 32 deletions
|
@ -17,8 +17,20 @@
|
|||
},
|
||||
"startusing": "Let's Start!",
|
||||
"learnmore": "Learn more",
|
||||
"whydes": "Taiwan news mostly came from China-controlled media or from reporters who uses inappropriate content to farm clicks.",
|
||||
"howdes": "We use web scraping to search for the latest news, and store it into a postgres database."
|
||||
"qanda": {
|
||||
"titles": {
|
||||
"whydes": "Why make this platform?",
|
||||
"howdes": "How does it work?",
|
||||
"supportedLocationNews": "Which news sources from which countries are supported?",
|
||||
"userData": "How we handle user data?",
|
||||
"mobileApp": "Is there a mobile app?"
|
||||
},
|
||||
"whydes": "Taiwan news mostly came from China-controlled / China-official media or from reporters who uses inappropriate content to farm clicks and engragement. Or just made up news by the reporters as the Taiwan's NCC doesn't give a shit about the fake news they are promoting as they think it doesn't matter, this platform is a wake up call to the NCC to start to moderate news media corporations that do fake news.",
|
||||
"howdes": "We use web scraping to search for the latest news, and store it into a postgres database, for people to access, and the crawler is not like the OpenAI or any AI company, we just load the page once, and that's it nothing else on your page.",
|
||||
"supportedLocationNews": "We currently only support news from Taiwan for now, but if you want more, you can contribute to the project by adding more news sources to the python scraping scripts.",
|
||||
"userData": "We handle your account and password in a secure way, with two encryption methods, one during transit to the server (and also SQL injecton), one saving to the database. For other user data, it is currently NOT end-to-end encrypted, like your AI chat history, your stars, and your name & email. In the near future, we will add E2E encryption (and I can also pratice).",
|
||||
"mobileApp": "I will make a application using React Native in the future, but for now, mobile is not supported, but you can still kinda use it, it is just not pleasant."
|
||||
}
|
||||
},
|
||||
"dailybriefing": "Daily Briefing",
|
||||
"Welcome": "Welcome",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue