5 Commits

Author SHA1 Message Date
Luong NGUYEN 97fc961a8c Merge pull request #77 from ytche/main
Fixed a configuration error in the hooks Chinese guide
2026-07-22 22:18:15 +07:00
Luong NGUYEN f27b57dfc2 fix(zh/hooks): remove trailing comma in JSON config example
The JSON example in the installation section had a trailing comma after
the hooks object, making it invalid JSON. This prevents users from
copy-pasting the configuration successfully.
2026-07-22 22:14:32 +07:00
qszhu 7e369eefcb fix(i18n): correct logo image paths in translated module READMEs (#123) 2026-05-19 10:45:49 +02:00
ytche 83542f2781 Fixed a configuration error in the hooks Chinese guide 2026-04-15 09:03:06 +08:00
Luong NGUYEN 89e89d4aa3 feat(zh): add Chinese translations in zh/ directory
Add Chinese (Simplified) translations for all documentation, organized
under a dedicated zh/ directory that mirrors the English folder structure.

Co-authored-by: tanqingkuang <tanqingkuang@users.noreply.github.com>

Translations originally contributed by @tanqingkuang in #45.
Restructured from *-CN.md suffix pattern into zh/ directory to prevent
the EPUB builder (scripts/build_epub.py collect_folder_files) from
picking up Chinese files via glob("*.md") inside module folders.
2026-04-06 23:08:54 +02:00