mirror of
https://github.com/discourse/discourse.git
synced 2025-01-31 19:49:29 +08:00
FIX: correct path for LocaleFileWalker
This commit is contained in:
parent
6661cebff8
commit
5a48cea395
|
@ -6,7 +6,7 @@
|
||||||
# team will pull them in.
|
# team will pull them in.
|
||||||
|
|
||||||
require 'open3'
|
require 'open3'
|
||||||
require_relative '../lib/locale_file_walker'
|
require_relative '../lib/i18n/locale_file_walker'
|
||||||
|
|
||||||
if `which tx`.strip.empty?
|
if `which tx`.strip.empty?
|
||||||
puts '', 'The Transifex client needs to be installed to use this script.'
|
puts '', 'The Transifex client needs to be installed to use this script.'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user