mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 22:43:33 +08:00
FIX: correct path for LocaleFileWalker
This commit is contained in:
@ -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.'
|
||||||
|
Reference in New Issue
Block a user