We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
为了我们更方便的写 i18n
初步定义 i18n 文件的格式,不想繁琐,所以拒绝使用JSON
# app.i18n.yaml language: - en - zh - hk keys: apple.add: - Add - 添加 - 添加 apple.delete: - Delete - 删除 - 刪除 people.say: - Hello, {0} - 你好, {0} - 你好, {0}
主要功能包括:
yaml
https://github.com/axetroy/todo
The text was updated successfully, but these errors were encountered:
我觉得 i18n 最本质的繁琐问题不是 yaml 或者 json 的格式。而是对于要翻译的每一个地方,都像 css name 一样要取个 unique 的名字。
给每一条河每一座山取一个温暖的名字 陌生人,我也为你祝福 愿你有一个灿烂的前程 愿你有情人终成眷属 愿你在尘世获得幸福 我只愿面朝大海,春暖花开
Sorry, something went wrong.
No branches or pull requests
初衷/目标
为了我们更方便的写 i18n
初步定义 i18n 文件的格式,不想繁琐,所以拒绝使用JSON
主要功能包括:
yaml
定义 i18n 文件TODO类型
预计时间
相关链接
https://github.com/axetroy/todo
The text was updated successfully, but these errors were encountered: