feat: rebrand to ConvertX-CN, fix TypeScript error, add docs

- Fix TypeScript TS2345 error in i18n/service.ts by parsing cookie from header
- Rebrand all ConvertX references to ConvertX-CN
- Change default language from en to zh-TW
- Fix footer to always display English 'Powered by ConvertX-CN'
- Update GitHub links to pi-docket/ConvertX-CN
- Add /docs folder with documentation:
  - getting-started.md
  - configuration.md
  - converters.md
  - i18n.md
- Update all locale files with new branding
This commit is contained in:
Your Name 2026-01-20 10:29:17 +08:00
parent a6770c0d51
commit 53b83b425f
18 changed files with 315 additions and 41 deletions

View file

@ -1,6 +1,6 @@
{
"common": {
"appName": "ConvertX",
"appName": "ConvertX-CN",
"poweredBy": "Powered by",
"version": "v{version}",
"loading": "Loading...",
@ -84,7 +84,7 @@
"noCookies": "No auth cookie, perhaps your browser is blocking cookies."
},
"setup": {
"welcome": "Welcome to ConvertX!",
"welcome": "Welcome to ConvertX-CN!",
"createYourAccount": "Create your account",
"reportIssues": "Report any issues on",
"github": "GitHub"

View file

@ -1,6 +1,6 @@
{
"common": {
"appName": "ConvertX",
"appName": "ConvertX-CN",
"poweredBy": "Powered by",
"version": "v{version}",
"loading": "読み込み中...",
@ -84,7 +84,7 @@
"noCookies": "認証Cookieが見つかりません。ブラウザがCookieをブロックしている可能性があります。"
},
"setup": {
"welcome": "ConvertXへようこそ!",
"welcome": "ConvertX-CNへようこそ!",
"createYourAccount": "アカウントを作成",
"reportIssues": "問題があれば報告",
"github": "GitHub"

View file

@ -1,6 +1,6 @@
{
"common": {
"appName": "ConvertX",
"appName": "ConvertX-CN",
"poweredBy": "Powered by",
"version": "v{version}",
"loading": "로딩 중...",
@ -84,7 +84,7 @@
"noCookies": "인증 쿠키를 찾을 수 없습니다. 브라우저에서 쿠키를 차단하고 있을 수 있습니다."
},
"setup": {
"welcome": "ConvertX에 오신 것을 환영합니다!",
"welcome": "ConvertX-CN에 오신 것을 환영합니다!",
"createYourAccount": "계정 생성",
"reportIssues": "문제가 있으시면 보고해 주세요",
"github": "GitHub"

View file

@ -1,6 +1,6 @@
{
"common": {
"appName": "ConvertX",
"appName": "ConvertX-CN",
"poweredBy": "由",
"version": "v{version}",
"loading": "加载中...",
@ -84,7 +84,7 @@
"noCookies": "无法获取验证 Cookie您的浏览器可能阻止了 Cookie。"
},
"setup": {
"welcome": "欢迎使用 ConvertX",
"welcome": "欢迎使用 ConvertX-CN",
"createYourAccount": "创建您的账户",
"reportIssues": "在以下网址报告问题",
"github": "GitHub"

View file

@ -1,6 +1,6 @@
{
"common": {
"appName": "ConvertX",
"appName": "ConvertX-CN",
"poweredBy": "由",
"version": "v{version}",
"loading": "載入中...",
@ -84,7 +84,7 @@
"noCookies": "無法取得驗證 Cookie您的瀏覽器可能阻擋了 Cookie。"
},
"setup": {
"welcome": "歡迎使用 ConvertX",
"welcome": "歡迎使用 ConvertX-CN",
"createYourAccount": "建立您的帳戶",
"reportIssues": "在以下網址回報問題",
"github": "GitHub"