Skip to content

Commit

Permalink
Remove zh_CN old Django name for Chinese.
Browse files Browse the repository at this point in the history
  • Loading branch information
timabbott committed Feb 3, 2017
1 parent 89b9c5e commit a889346
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 2,846 deletions.
2 changes: 0 additions & 2 deletions .tx/config
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@ source_file = static/locale/en/LC_MESSAGES/django.po
source_lang = en
type = PO
file_filter = static/locale/<lang>/LC_MESSAGES/django.po
lang_map = zh-Hans: zh_CN

[zulip.translationsjson]
source_file = static/locale/en/translations.json
source_lang = en
type = KEYVALUEJSON
file_filter = static/locale/<lang>/translations.json
lang_map = zh-Hans: zh-CN
2 changes: 1 addition & 1 deletion frontend_tests/casper_tests/06-settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ casper.waitForSelector("#settings-change-box", function check_url_preference() {
casper.test.assertEvalEquals(function () {
return document.documentElement.lang;
}, 'de');
casper.test.info("Changing language back to English.");
casper.test.info("English ist die neue Standardsprache! Du musst das Fenster neu laden um die Änderungen anzuwenden");
});

casper.thenClick('#default_language');
Expand Down
336 changes: 0 additions & 336 deletions static/locale/zh-CN/translations.json

This file was deleted.

Loading

0 comments on commit a889346

Please sign in to comment.