Download translations before building traslation site
This commit is contained in:
parent
c8f2cd8b44
commit
fee42c1bce
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
Rakefile
|
@ -36,7 +36,7 @@ task :build_base do
|
|||
end
|
||||
|
||||
desc "Build site for translate.docs.joinplu.me"
|
||||
task :build_trans do
|
||||
task :build_trans => "crowdin:download" do
|
||||
sh "middleman", "build", "--build-dir", TRANS_DIR
|
||||
|
||||
(LOCALE_DIR/PSEUDO_LANG/"trans").glob("**/*.html").each do |html|
|
||||
|
|
Loading…
Reference in a new issue