From c90c4b97039eba1a16edd559af5ded205ec31389 Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Tue, 14 Nov 2017 17:39:15 -0500 Subject: [PATCH] sadly I can't remove that locale_file_walker dependency from pull_translations.rb --- script/pull_translations.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/script/pull_translations.rb b/script/pull_translations.rb index e5e6dce8972..990751a927b 100644 --- a/script/pull_translations.rb +++ b/script/pull_translations.rb @@ -310,6 +310,7 @@ YML_DIRS.each do |dir| # fix_invalid_yml(filename) # TODO check if this is still needed with recent Transifex changes + # Nov 14, 2017: yup, still needed add_anchors_and_aliases(english_alias_data, filename) update_file_header(filename, language)