From 454649c44d54cf999ac5cc18933c42b32c4b0987 Mon Sep 17 00:00:00 2001 From: bmedx Date: Thu, 7 Sep 2017 13:28:16 -0400 Subject: [PATCH] Add language mapping for zh_CN to zh_HANS, upgrade i18n-tools - Bump version of i18n_tools to v0.3.10 - Add mapping to allow i18n_tools to copy the zh_CN translations to zh_HANS in preparation for the Django 1.11 upgrade. --- requirements/edx/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/edx/base.txt b/requirements/edx/base.txt index a3a70261d4..cbeff747ae 100644 --- a/requirements/edx/base.txt +++ b/requirements/edx/base.txt @@ -41,7 +41,7 @@ enum34==1.1.6 edx-ccx-keys==0.2.1 edx-celeryutils==0.2.6 edx-drf-extensions==1.2.3 -edx-i18n-tools==0.3.9 +edx-i18n-tools==0.3.10 edx-lint==0.4.3 # astroid 1.3.8 is an unmet dependency of the version of pylint used in edx-lint 0.4.3 # when upgrading edx-lint, we should try to remove this from the platform