-
-
Notifications
You must be signed in to change notification settings - Fork 183
New issue
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
Traditional Chinese Translation-templates #1418
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @AbbyTsai ! Few comments - with the held of Google Translate - feel free to correct to real Chinese :-)
@AbbyTsai could you do a fews things for me to solve all the test errors:
Then commit all those changes and it should sort all your errors out. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One typo.
You also need the src/templates/zh-CHT/2020/base.html
file for the site to work. This is quite small so should be easy to translate.
src/server/language.py
Outdated
@@ -34,7 +34,7 @@ class Language(object): | |||
JA = _Language('日本語', 'ja') | |||
PT = _Language('Português', 'pt') | |||
ZH_CN = _Language('简体中文', 'zh-CN') | |||
|
|||
ZH_CHT=_Language('繁體中文', 'zh-CHT') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missed a space here:
ZH_CHT=_Language('繁體中文', 'zh-CHT') | |
ZH_CHT= _Language('繁體中文', 'zh-CHT') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
revised it.
Co-authored-by: Barry Pollard <[email protected]>
…rchive.org into trad-chinese-base
@AbbyTsai this is now live: https://almanac.httparchive.org/zh-CHT/2020/ As are you as a contributor: https://almanac.httparchive.org/zh-CHT/2020/contributors#AbbyTsai Woo hoo! |
Translate content of templates into Traditional Chinese #1106
2019
2020