From 8ceb7ffdaf24140e7c0e5c6cbef83ee949d44116 Mon Sep 17 00:00:00 2001 From: bmedx Date: Fri, 29 Sep 2017 15:00:11 -0400 Subject: [PATCH] Add zh_HANS language mapping to locale config --- conf/locale/config.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/conf/locale/config.yaml b/conf/locale/config.yaml index 9f82fcef1e..93bb7a4c22 100644 --- a/conf/locale/config.yaml +++ b/conf/locale/config.yaml @@ -1,5 +1,10 @@ # Configuration for i18n workflow. +# This will copy each source language to a new directory at the end of the i18n generate step +# which allows us to migrate to a new locale code without re-creating the Transifex project. +edx-lang-map: + zh_CN: zh_HANS + locales: - en # English - Source Language # - am # Amharic