[PR #107] [MERGED] Multi-language #844

Closed
opened 2026-03-03 01:06:28 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/certimate-go/certimate/pull/107
Author: @l123wx
Created: 9/26/2024
Status: Merged
Merged: 9/27/2024
Merged by: @usual2970

Base: mainHead: i18n


📝 Commits (8)

  • 85df8eb feat: Add i18n
  • 0abb030 wip: i18n chinese
  • b3f1e1e chore: import i18n
  • e820e55 wip: i18n
  • 0d0fcfc feat: i18n transformation completed
  • 5eba437 feat: english translation
  • fcc0dd9 refactor(DeployProgress): 重构逻辑,修复样式问题
  • 1e2d8fa chore: abstract resources configure

📊 Changes

42 files changed (+1161 additions, -466 deletions)

View changed files

📝 ui/package-lock.json (+141 -0)
📝 ui/package.json (+5 -1)
ui/src/components/LocaleToggle.tsx (+33 -0)
📝 ui/src/components/ThemeToggle.tsx (+6 -3)
📝 ui/src/components/certimate/AccessAliyunForm.tsx (+15 -13)
📝 ui/src/components/certimate/AccessCloudflareForm.tsx (+12 -10)
📝 ui/src/components/certimate/AccessEdit.tsx (+7 -6)
📝 ui/src/components/certimate/AccessGodaddyForm.tsx (+15 -13)
📝 ui/src/components/certimate/AccessGroupEdit.tsx (+7 -6)
📝 ui/src/components/certimate/AccessGroupList.tsx (+15 -17)
📝 ui/src/components/certimate/AccessNamesiloForm.tsx (+12 -11)
📝 ui/src/components/certimate/AccessQiniuForm.tsx (+15 -13)
📝 ui/src/components/certimate/AccessSSHForm.tsx (+39 -37)
📝 ui/src/components/certimate/AccessTencentForm.tsx (+15 -13)
📝 ui/src/components/certimate/AccessWebhookFrom.tsx (+12 -11)
📝 ui/src/components/certimate/DeployProgress.tsx (+58 -70)
📝 ui/src/components/certimate/EmailsEdit.tsx (+8 -6)
📝 ui/src/components/certimate/Version.tsx (+4 -1)
📝 ui/src/components/notify/DingTalk.tsx (+9 -7)
📝 ui/src/components/notify/NotifyTemplate.tsx (+7 -5)

...and 22 more files

📄 Description

多语言改造

#96


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/certimate-go/certimate/pull/107 **Author:** [@l123wx](https://github.com/l123wx) **Created:** 9/26/2024 **Status:** ✅ Merged **Merged:** 9/27/2024 **Merged by:** [@usual2970](https://github.com/usual2970) **Base:** `main` ← **Head:** `i18n` --- ### 📝 Commits (8) - [`85df8eb`](https://github.com/certimate-go/certimate/commit/85df8eb09dfc317a48acdf4b2a8c43714435e5f2) feat: Add i18n - [`0abb030`](https://github.com/certimate-go/certimate/commit/0abb030889ce36cbea7e68aaf884fab5fda6f506) wip: i18n chinese - [`b3f1e1e`](https://github.com/certimate-go/certimate/commit/b3f1e1e444f18a93d68107112fb4f694d213ddd5) chore: import i18n - [`e820e55`](https://github.com/certimate-go/certimate/commit/e820e5599bc289e910ed85a2a6f34708ea145bbf) wip: i18n - [`0d0fcfc`](https://github.com/certimate-go/certimate/commit/0d0fcfccf32d1307b1aa0eed2395ac2d25958517) feat: i18n transformation completed - [`5eba437`](https://github.com/certimate-go/certimate/commit/5eba437732f81a5f177f838b0efeee727cc66bda) feat: english translation - [`fcc0dd9`](https://github.com/certimate-go/certimate/commit/fcc0dd93fdd50802845e73af07e9468011872273) refactor(DeployProgress): 重构逻辑,修复样式问题 - [`1e2d8fa`](https://github.com/certimate-go/certimate/commit/1e2d8fa0277fa1b9b129c9f2156389efe78c7c44) chore: abstract resources configure ### 📊 Changes **42 files changed** (+1161 additions, -466 deletions) <details> <summary>View changed files</summary> 📝 `ui/package-lock.json` (+141 -0) 📝 `ui/package.json` (+5 -1) ➕ `ui/src/components/LocaleToggle.tsx` (+33 -0) 📝 `ui/src/components/ThemeToggle.tsx` (+6 -3) 📝 `ui/src/components/certimate/AccessAliyunForm.tsx` (+15 -13) 📝 `ui/src/components/certimate/AccessCloudflareForm.tsx` (+12 -10) 📝 `ui/src/components/certimate/AccessEdit.tsx` (+7 -6) 📝 `ui/src/components/certimate/AccessGodaddyForm.tsx` (+15 -13) 📝 `ui/src/components/certimate/AccessGroupEdit.tsx` (+7 -6) 📝 `ui/src/components/certimate/AccessGroupList.tsx` (+15 -17) 📝 `ui/src/components/certimate/AccessNamesiloForm.tsx` (+12 -11) 📝 `ui/src/components/certimate/AccessQiniuForm.tsx` (+15 -13) 📝 `ui/src/components/certimate/AccessSSHForm.tsx` (+39 -37) 📝 `ui/src/components/certimate/AccessTencentForm.tsx` (+15 -13) 📝 `ui/src/components/certimate/AccessWebhookFrom.tsx` (+12 -11) 📝 `ui/src/components/certimate/DeployProgress.tsx` (+58 -70) 📝 `ui/src/components/certimate/EmailsEdit.tsx` (+8 -6) 📝 `ui/src/components/certimate/Version.tsx` (+4 -1) 📝 `ui/src/components/notify/DingTalk.tsx` (+9 -7) 📝 `ui/src/components/notify/NotifyTemplate.tsx` (+7 -5) _...and 22 more files_ </details> ### 📄 Description 多语言改造 #96 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 01:06:28 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/certimate#844
No description provided.