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.
19 Jan, 2016
1 commit
-
Extracted from the existing noosfero:translations:compile
18 Jan, 2016
1 commit
-
That is the case on the Debian package
03 Nov, 2015
1 commit
-
- updatepo has been replaced by gettext:po:update - makemo has been replaced by gettext:mo:update
06 Aug, 2015
3 commits
-
Also added test/unit/i18n_test.rb which will warn us if any others pop up.
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.