Skip to content
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

Update 'zh-hans' language translations #1104

Merged
merged 11 commits into from
Nov 7, 2018
5 changes: 0 additions & 5 deletions .arnold.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,6 @@ translation:
- .yaml
- .po
- .vtt
language-mapping-overrides:
# Crowdin to Django
zh-CN: zh_Hans
zh-TW: zh_Hant
en-UD: xx_LR # Pseudo language

broken-link-checker:
exclude-directories:
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -116,3 +116,6 @@ whoosh_index/

# OSX system files
.DS_Store

# Visual Studio Code
.vscode/
1 change: 1 addition & 0 deletions csunplugged/config/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@
("en", "English"),
("de", "Deutsche"),
("es", "Español"),
("zh-hans", "简体中文"),
)
# Keep original values of languages for resource generation
LANGUAGES = DEFAULT_LANGUAGES
Expand Down
Loading