forked from plume/joinplu.me
Add env for Crowdin to build_trans task
This commit is contained in:
parent
e78da67f14
commit
6d072cc185
1 changed files with 2 additions and 1 deletions
3
Rakefile
3
Rakefile
|
@ -20,7 +20,8 @@ end
|
|||
|
||||
desc "Build site for translation"
|
||||
task :build_trans do
|
||||
sh "middleman", BUILD_DIR, "--build-dir", TRANS_DIR
|
||||
env = {"CROWDIN" => "on"}
|
||||
sh env, "middleman", BUILD_DIR, "--build-dir", TRANS_DIR
|
||||
end
|
||||
|
||||
namespace :crowdin do
|
||||
|
|
Loading…
Reference in a new issue