fix pull_translation script

This commit is contained in:
Régis Hanol 2017-02-27 22:48:50 +01:00
parent 49a0f16ce4
commit 41c850f31d
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@
# team will pull them in.
require 'open3'
require 'psych'
require 'set'
require_relative '../lib/i18n/locale_file_walker'
if `which tx`.strip.empty?