mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
ur translations still break the build, so stop pulling them from Transifex for now
This commit is contained in:
parent
cd99ccdbf0
commit
baba45a369
@ -48,6 +48,9 @@ end
|
|||||||
|
|
||||||
languages = get_languages.select { |x| x != 'en' }.sort
|
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
|
# ensure that all locale files exists. tx doesn't create missing locale files during pull
|
||||||
YML_DIRS.each do |dir|
|
YML_DIRS.each do |dir|
|
||||||
YML_FILE_PREFIXES.each do |prefix|
|
YML_FILE_PREFIXES.each do |prefix|
|
||||||
|
Loading…
Reference in New Issue
Block a user