09 Mar, 2015

4 commits


06 Mar, 2015

1 commit

  • $ rake -f Rakefile.translations
    
    The above invocation will work without a full rails environment, which
    requires a config/database.yml, an actual database to connect to, plus
    loading all the Rails stack which is painfully slow.
    
    This can now be used by distribution packages to compile translations
    during package build without worrying much.
    Antonio Terceiro