ur translations still break the build, so stop pulling them from Transifex for now

This commit is contained in:
Neil Lalonde 2018-03-26 11:03:14 -04:00
parent cd99ccdbf0
commit baba45a369
1 changed files with 3 additions and 0 deletions

View File

@ -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|