mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 21:14:23 +00:00
feat: enhance localization by adding new app strings and descriptions; implement sources window for news sources display
This commit is contained in:
parent
3f60015b82
commit
26d3998a70
6 changed files with 86 additions and 9 deletions
|
@ -16,9 +16,21 @@
|
|||
"newsComparePlatform": "news comparison platform"
|
||||
},
|
||||
"startusing": "Let's Start!",
|
||||
"learnmore": "Learn more"
|
||||
"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."
|
||||
},
|
||||
"dailybriefing": "Daily Briefing",
|
||||
"Welcome": "Welcome",
|
||||
"loading": "Loading..."
|
||||
"loading": "Loading...",
|
||||
"app": {
|
||||
"hotnews": "Hot News",
|
||||
"news": "News",
|
||||
"sources": "Sources",
|
||||
"about": "About this website",
|
||||
"settings": "settings",
|
||||
"leave": "Leave",
|
||||
"login": "Login",
|
||||
"license": "License"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue