Created
March 9, 2021 14:42
-
-
Save jimarnold/fb3a54b30def5844858dff3e3929ad30 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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