Files
PathEditor/locale/zh_CN/LC_MESSAGES/README.txt
T
Serendipity 4fe7dc47e4 feat(i18n): 添加多语言支持功能
- 新增国际化系统,支持中英文切换
- 添加语言选择对话框和语言切换按钮回调
- 扩展配置系统以支持语言设置存储
- 创建语言文件目录结构和占位文件
- 更新主窗口支持UI文本动态刷新
2026-03-26 20:44:22 +08:00

12 lines
429 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 这是一个占位文件
# 请使用 Poedit 或 msgfmt 工具将 .po 文件编译为 .mo 文件
#
# 在 Poedit 中:
# 1. 打开 po/zh_CN.po
# 2. 点击"保存"Poedit 会自动编译为 messages.mo
# 3. 将编译后的文件保存到 locale/zh_CN/LC_MESSAGES/messages.mo
#
# 或者使用命令行:
# msgfmt -o locale/zh_CN/LC_MESSAGES/messages.mo po/zh_CN.po
# msgfmt -o locale/en_US/LC_MESSAGES/messages.mo po/en_US.po