From 0b8814d805c90399cfa7a5eebc1aadccc72b00fd Mon Sep 17 00:00:00 2001 From: Ghassan Maslamani Date: Wed, 15 Dec 2021 13:43:49 +0200 Subject: [PATCH] fix: respond to feanil suggestion 1 Change the wording which indicate which project we extract and why Co-authored-by: Feanil Patel --- i18n.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/i18n.sh b/i18n.sh index c6702fcb157..57814ecb8f7 100755 --- a/i18n.sh +++ b/i18n.sh @@ -42,7 +42,10 @@ echo "[main]" >> $TX_CONFIG_FILE echo "host = https://www.transifex.com" >> $TX_CONFIG_FILE -# Open-edx related projects, for more information please refer to @feanil +# The set of books to run translations for. +# Currently this is only a subset of the books in this repo because we are in the middle of +# assesing which books will remain a part of openedx and which ones are actually specific +# to edx.org projects=( "en_us/open_edx_students" "en_us/open_edx_course_authors"