Skip to content

Instantly share code, notes, and snippets.

@jimarnold
Created March 9, 2021 14:42
Show Gist options
  • Save jimarnold/fb3a54b30def5844858dff3e3929ad30 to your computer and use it in GitHub Desktop.
Save jimarnold/fb3a54b30def5844858dff3e3929ad30 to your computer and use it in GitHub Desktop.
diff --git a/bin/dist-all b/bin/dist-all
index 563216a8f..ddbd89206 100755
--- a/bin/dist-all
+++ b/bin/dist-all
@@ -148,7 +148,8 @@ distTranslationsToSearch() {
local gitHash=$2
# MOTT-translated languages
- local langs=(de en en-GB es fr it ja nl pl pt ru)
+ # TODO: remove 'en' when downstream systems support 'en-US'
+ local langs=(de en en-US en-GB es fr it ja nl pl pt ru)
for lang in ${langs[*]}
do
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment