From baba45a369fded4d4090630fef5f578ab4048a04 Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Mon, 26 Mar 2018 11:03:14 -0400 Subject: [PATCH] ur translations still break the build, so stop pulling them from Transifex for now --- script/pull_translations.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/script/pull_translations.rb b/script/pull_translations.rb index 003287b1bcf..b1be6f3231b 100644 --- a/script/pull_translations.rb +++ b/script/pull_translations.rb @@ -48,6 +48,9 @@ end languages = get_languages.select { |x| x != 'en' }.sort +# 'ur' translations still have invalid interpolation that breaks the build +languages -= ['ur'] + # ensure that all locale files exists. tx doesn't create missing locale files during pull YML_DIRS.each do |dir| YML_FILE_PREFIXES.each do |prefix|