Commit graph

342 commits

Author SHA1 Message Date
Sebastian Celis
fdda09ca3c Merge pull request #178 from sebastianludwig/can-handle-directory-default-and-formatting
Minor improvements and a little cleanup
2016-12-14 17:13:25 -06:00
Sebastian Celis
9fc741c261 Merge pull request #180 from sebastianludwig/fix-179-android-string-placeholder
Fixed #179 by converting placeholders before escaping @ signs.
2016-12-14 17:12:37 -06:00
Sebastian Ludwig
e2c400ea6d Fixed #179 by converting placeholders before escaping @ signs. 2016-12-14 23:13:05 +01:00
Sebastian Ludwig
47e95e6db7 Added can_handle_directory? default implementation to Abstract. 2016-12-08 10:21:37 +01:00
Sebastian Ludwig
9dcc909335 Corrected source code formatting. 2016-12-08 10:21:37 +01:00
Sebastian Ludwig
9034da11e2 Removed unnecessary return statements. 2016-12-08 09:50:37 +01:00
Sebastian Celis
74d7cb1d85 Merge pull request #174 from sebastianludwig/fix-164-printf-space
Fixed #165 by disallowing single spaces as valid printf flags.
2016-11-21 15:16:46 -06:00
Sebastian Celis
8de511a099 Merge pull request #173 from sebastianludwig/fix-172-language-mappings
Fixed #172 by removing language mappings
2016-11-21 15:15:44 -06:00
Sebastian Ludwig
43b83cc8e6 Fixed #165 by disallowing single spaces as valid printf flags. 2016-11-21 22:05:25 +01:00
Sebastian Ludwig
37f1d11859 Fixed #172 by removing language mappings. 2016-11-21 21:44:56 +01:00
Sebastian Celis
c19b88d429 Merge pull request #170 from barinali/master
Update broken links in documentation
2016-08-19 15:18:16 -05:00
Ali Barın
f601b2c259 Update broken links in documentation 2016-08-19 21:10:18 +03:00
Sebastian Celis
b34a5d0357 Merge pull request #168 from sebastianludwig/advanced_tags
Added AND and NOT logic for tags.
2016-06-21 08:38:16 -05:00
Sebastian Ludwig
7c84dbb418 Added AND and NOT logic for tags. 2016-06-21 15:28:04 +02:00
Sebastian Celis
762196050e Merge pull request #161 from sebastianludwig/fix_117_xliff_tags
Fix 117 xliff tags
2016-05-16 11:19:58 -05:00
Sebastian Celis
a45bfba0ba Merge pull request #162 from sebastianludwig/empty-jquery-sections
Empty jquery sections
2016-05-04 09:50:09 -05:00
Sebastian Ludwig
d8387e55f4 Added unit test to verify empty sections don't contribute to jQuery formatter output. 2016-05-03 23:25:44 +02:00
Matthew Abbott
06cd167f2b Remote empty sections before joining them together
Previously, a comma was being printed on the last line of every section, even if
that section did not contribute any rows to the formatted output (e.g., no rows
within that section had the tags needed to be output during this run). When such
a zero-row section happens, it results in an line with only a comma on it, which
is not valid json. This can make incremental adjustment of the jquery files
rather tedious, even when using gui tools to quickly reject changes.
2016-05-03 23:11:47 +02:00
Sebastian Ludwig
a53384c5d7 Added test to verify the android formatter unescapes values properly. 2016-05-03 22:59:22 +02:00
Sebastian Ludwig
60b0eb2adf Allowing xliff tags in android values and escaping special characters as recommended by Android docs. 2016-05-03 22:59:22 +02:00
Sebastian Celis
50b1e90f8f Merge pull request #158 from sebastianludwig/test_improvements
Test improvements
2016-05-03 15:54:14 -05:00
Sebastian Ludwig
2e283d7057 Got rid of the Case in test class names. 2016-05-03 22:44:22 +02:00
Sebastian Celis
b779e112ff Merge pull request #160 from PaulWagener/django-utf8
Add UTF-8 Content-Type to the Django formatter
2016-05-03 15:09:54 -05:00
Paul Wagener
111840ed70 Add UTF-8 Content-Type to the Django formatter 2016-05-03 21:53:12 +02:00
Sebastian Celis
be5bb1f4b6 Merge pull request #159 from sebastianludwig/fix_81
Fixed #81
2016-04-27 09:11:45 -05:00
Sebastian Ludwig
ea58bd10ca Properly parsing multiline strings in Android formatter by using REXML instead of regexps. Fixes #81. 2016-04-27 08:35:52 +02:00
Sebastian Celis
0a96b11099 Merge pull request #157 from sebastianludwig/fix_155
Fixed #155 by removing mapping from zh to zh-Hans in Android formatter.
2016-04-26 15:37:28 -05:00
Sebastian Ludwig
f4cbf08122 Fixed #155 by removing mapping from zh to zh-Hans in Android formatter. 2016-04-26 21:11:34 +02:00
Sebastian Celis
b47ab9369b Improve tags section.
This fixes #152.
2016-04-05 07:45:49 -05:00
Sebastian Celis
a03c6b5e58 Merge pull request #149 from sebastianludwig/documentation
Added documentation assets.
2016-04-04 11:39:30 -05:00
Sebastian Ludwig
8d4246b8b1 Added formatter documentation as markdown file. 2016-04-03 23:08:18 +02:00
Sebastian Celis
1e1b73fda2 Merge pull request #147 from sebastianludwig/naming
Better naming
2016-04-03 14:06:54 -04:00
Sebastian Ludwig
ce5c9a1828 Incorporated PR feedback. 2016-04-02 10:59:53 +02:00
Sebastian Celis
035afe3df3 Be explicit when requiring formatters.
I think I prefer this explicitness over the prior
automatic importing code. It feels safer (it won't
load files that are placed into the formatters
folder that shouldn't be there) and it avoids the
issue we had in #145 where formatters can load in
arbitrary order.
2016-04-01 15:58:57 -04:00
Sebastian Celis
ae31911a62 Update version to 0.9.1 2016-04-01 15:31:32 -04:00
Sebastian Ludwig
8a8e2d992f Added documentation assets. 2016-03-31 22:48:08 +02:00
Sebastian Ludwig
ef84dd322c Renamed commands to get rid of more 'string' ambiguities. 2016-03-31 22:36:06 +02:00
Sebastian Ludwig
b1b59f4f62 Updated README 2016-03-31 22:36:06 +02:00
Sebastian Ludwig
594fbfddcc Renamed StringsFile to TwineFile, StringsSection to TwineSection and StringsRow to TwineDefinition. 2016-03-31 22:36:06 +02:00
Sebastian Celis
043836e84f Merge pull request #148 from sebastianludwig/ubuntu_fix
Fixed #145
2016-03-31 10:04:44 -04:00
Sebastian Ludwig
00a8907646 Fixed #145 by requiring abstract formatter before requiring any other formatter to ensure it's loaded first, in case files are not required in alphabetical order. 2016-03-31 14:30:55 +02:00
Sebastian Celis
d026c65f44 Merge pull request #146 from paulvi/patch-1
README - colorize example
2016-03-22 09:23:57 -05:00
Paul Verest
014a6a36ca README - colorize example 2016-03-22 09:26:29 +08:00
Sebastian Celis
0f0373ac43 Update version to 0.9.0 2016-03-02 14:48:00 -06:00
Sebastian Celis
9e40525df8 Merge pull request #143 from sebastianludwig/option_parsing
Better option parsing
2016-03-02 08:52:19 -06:00
Sebastian Ludwig
4e0eeaa9f1 Relying on and using more features of OptionParser and improved --help formatting. 2016-03-01 16:20:44 -06:00
Sebastian Celis
dee066303b Merge pull request #142 from sebastianludwig/unified_reading
Unified reading
2016-03-01 16:08:17 -06:00
Sebastian Ludwig
e59f33c882 Fixed #137 by allowing unquoted keys in Apple string files. 2016-03-01 15:41:59 -06:00
Sebastian Ludwig
9e7e51e4c6 Moved heavily redundant file opening logic (necessary to read string files) from formatters to Runner and unified the encoding handling. 2016-03-01 12:56:42 -06:00
Sebastian Ludwig
7124b36b2d Removed Ruby 1.9 leftovers since Twine requires Ruby 2.0. 2016-03-01 12:56:20 -06:00