Commit graph

13 commits

Author SHA1 Message Date
Kevin Everets
8c56b59474 Add tests for gettext conversion 2013-01-15 14:46:43 -05:00
Kevin Everets
0d87dc38ce Fix "require 'erb'" to work on case sensitive file systems
Tests were failing when running "rake" before this was done
2013-01-15 14:26:33 -05:00
Sebastian Celis
0b2bba9a31 Fix broken test due to section comment changes. 2012-09-13 10:17:02 -05:00
Sebastian Celis
4958a0bff0 Do not strip whitespace from sections and string keys.
Fixes Issue #14
2012-07-18 09:28:01 -05:00
Sebastian Celis
c0b49745fe Fix comment parsing in Android XML files.
Ensure only comments within the resources block are parsed.
2012-07-17 10:01:53 -05:00
Robert Guo
9642e69389 make Android formatter use Regex instead of REXML, add comments support for Android, modify test files to support comments 2012-07-05 08:31:41 -05:00
Sebastian Celis
5604965618 Move rubygems require into the actual test file. 2012-05-10 14:51:58 -05:00
ISHITOYA Kentaro
213c9bdd00 Added formatter for jquery-localize https://github.com/coderifous/jquery-localize. 2012-05-10 12:16:45 -05:00
Sebastian Celis
b886d78198 Update test cases to work with recent formatter changes. 2012-03-21 11:27:14 -05:00
Sebastian Celis
78c52a6d73 Split --all into --consume-all and --include-untranslated.
Overloading --all was a little confusing. It is better to be explicit.
2012-03-01 09:41:47 -06:00
Sebastian Celis
7af9048cf4 Do not match untagged strings when tags are specified.
In addition, add a --untagged option for force-selecting all untagged
strings.
2012-03-01 09:35:10 -06:00
Sebastian Celis
1840f1fb20 Fix broken testcase for generated Android files.
Now that Android files by default do not fallback to English text, we
need a way to still generate files the old way for translation drops.
So, use the --all flag to generate Android files that include strings
that have not yet been translated.
2012-02-27 15:51:17 -06:00
Sebastian Celis
1152447929 Add unit tests. 2012-02-10 18:53:38 -06:00