16 Feb, 2016

1 commit


21 Jan, 2016

1 commit

  • The standard gettext:po:update task is leaving duplicated strings in the
    PO files, what breaks a few gettext-related tools. So after calling
    gettext:po:update, we will normalize the PO files by removing duplicated
    strings.
    Antonio Terceiro
     

19 Jan, 2016

1 commit


18 Jan, 2016

1 commit


03 Nov, 2015

1 commit


06 Aug, 2015

3 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