mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 13:04:23 +00:00
feat: integrate animate.css for animations, enhance layout, and improve localization files
This commit is contained in:
parent
95661e908a
commit
2f20d49091
21 changed files with 252 additions and 172 deletions
4
i18n/i18n.config.ts
Normal file
4
i18n/i18n.config.ts
Normal file
|
@ -0,0 +1,4 @@
|
|||
export default defineI18nConfig(() => ({
|
||||
legacy: false,
|
||||
locale: "en",
|
||||
}));
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"dailybriefing": "",
|
||||
"Welcome": ""
|
||||
}
|
||||
"dailybriefing": "",
|
||||
"Welcome": ""
|
||||
}
|
||||
|
|
|
@ -1,11 +1,12 @@
|
|||
{
|
||||
"core": {
|
||||
"sitename": "BlindSpec"
|
||||
},
|
||||
"nav": {
|
||||
"home": "Home"
|
||||
},
|
||||
"dailybriefing": "Daily Briefing",
|
||||
"Welcome": "Welcome",
|
||||
"loading": "Loading..."
|
||||
}
|
||||
"core": {
|
||||
"sitename": "BlindSpec"
|
||||
},
|
||||
"nav": {
|
||||
"home": "Home",
|
||||
"dailybriefing": "Daily Briefing"
|
||||
},
|
||||
"dailybriefing": "Daily Briefing",
|
||||
"Welcome": "Welcome",
|
||||
"loading": "Loading..."
|
||||
}
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
export default defineI18nConfig(() => ({
|
||||
legacy: false,
|
||||
locale: 'en',
|
||||
}))
|
|
@ -1,11 +1,12 @@
|
|||
{
|
||||
"core": {
|
||||
"sitename": "新聞盲點平台"
|
||||
},
|
||||
"nav": {
|
||||
"home": "首頁"
|
||||
},
|
||||
"dailybriefing": "今日報導",
|
||||
"Welcome": "歡迎",
|
||||
"loading": "載入中..."
|
||||
}
|
||||
"core": {
|
||||
"sitename": "新聞盲點平台"
|
||||
},
|
||||
"nav": {
|
||||
"home": "首頁",
|
||||
"dailybriefing": "今日報導"
|
||||
},
|
||||
"dailybriefing": "今日報導",
|
||||
"Welcome": "歡迎",
|
||||
"loading": "載入中..."
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue