Commit Graph
14 Commits
Author SHA1 Message Date
thomasandClaude Opus 4.8 16e97c8efa i18n: Translate all Chinese to English across the codebase
Translate Chinese comments, log/error messages, validator labels and
Swagger annotations to English throughout the source code, generated
Swagger docs, config files and CI workflows.

Make the English README primary: README.md now holds the English docs
and README_EN.md holds the Chinese version, with cross-language links
updated accordingly.

Note: the generated docs/ swagger files were translated in place; run
`go generate ./...` (swag init) to regenerate them from the now-English
annotations when a Go toolchain is available.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-27 12:17:04 +02:00
lejianwen 35be09b37c fix: Get Uuids 2025-03-15 21:02:47 +08:00
lejianwen 403d9c2233 style(service): refactor global dependencies to use local variables 2025-02-26 19:15:38 +08:00
lejianwen 6aebf061a4 style: Module name 2025-02-12 19:46:39 +08:00
lejianwen 32a9eda8ca style: Module name 2025-02-12 16:07:51 +08:00
ljw 4915cfa9ba fix #55 2024-11-09 20:14:14 +08:00
Tao Chen d85a799d0b set user_id=0 at peers, when the user is deleted 2024-11-02 08:24:07 +08:00
Tao Chen d38117107d When login, peer doesn't exist, it should create 2024-11-02 08:19:44 +08:00
Tao Chen 6a7ef29089 delete the token when delete a peer 2024-11-02 08:02:03 +08:00
Tao Chen a4dd39043e add MyPeers for user 2024-11-02 07:35:26 +08:00
Tao Chen d31d669734 logout should unbind uuid and uid of peer 2024-11-02 05:07:41 +08:00
ljw 609dfaeea0 upgrade: init by i18n
add: batch delete peer
add: batch peer to addressbook
2024-09-29 11:53:58 +08:00
ljw 0a81b5b5f8 fix group peers 2024-09-24 19:35:20 +08:00
ljw c53df223d1 first 2024-09-13 15:57:29 +08:00