Commit 80bb7eac99c8f064680ead4d5bc314aa6da8b881
1 parent
1aa32327
Exists in
master
and in
29 other branches
quick-start: compile translations
this was commented a long time ago during the rails3 porting because it was broken, but has been fixed since.
Showing
1 changed file
with
1 additions
and
2 deletions
Show diff stats
script/quick-start
... | ... | @@ -98,8 +98,7 @@ else |
98 | 98 | rails runner 'Environment.default.enable("skip_new_user_email_confirmation")' |
99 | 99 | fi |
100 | 100 | |
101 | -# FIXME compile translations depends on ruby-gettext-rails, please see debian/control | |
102 | -# run rake noosfero:translations:compile | |
101 | +run rake noosfero:translations:compile | |
103 | 102 | |
104 | 103 | # create needed directory |
105 | 104 | mkdir -p tmp/pids | ... | ... |