Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/twine.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2018-01-24Fix an error caused by combining %@ with other placeholdersSebastian Celis
2017-12-31Merge pull request #228 from sebastianludwig/212-improvementSebastian Celis
2017-12-12Add unit tests for regression fixed in #222. Closes #223.Sebastian Ludwig
2017-12-12Escape angle brackets in Android formatter, if the string contains a placehol...Sebastian Ludwig
2017-10-14developer_language options only for one unit testPhilippe Auriach
2017-10-13Added test for base folder resolved to developer_language option valuePhilippe Auriach
2017-09-18Close #212: Change Android escaping to preserve basic styling tags and anythi...Sebastian Ludwig
2017-09-13Fix #213: Add --version again which got lost in c619dd6.Sebastian Ludwig
2017-08-24Fail twine commands if there’s more than one formatter candidate. Fixes #201.Sebastian Ludwig
2017-08-08Remove double space.Sebastian Ludwig
2017-08-04Add unit testSebastian Celis
2017-07-31Fix language detection for .po formattersSebastian Celis
2017-05-22Fix #191 by using the parsed boolean value for CLI options, not always `true`.Sebastian Ludwig
2017-01-17Fixed #182: Renamed command generate-loc-drop to generate-localization-archiv...Sebastian Ludwig
2016-12-20Improved CLI and only showing applicable options per command.Sebastian Ludwig
2016-12-19Merge pull request #177 from sebastianludwig/fix-169-153Sebastian Celis
2016-12-15Fixed #179 by converting placeholders before escaping @ signs.Sebastian Ludwig
2016-12-08Implemented determine_language_given_path for Flash formatter.Sebastian Ludwig
2016-12-08Fixed #169 by adding proper placeholder handling to Flash formatter.Sebastian Ludwig
2016-11-22Merge pull request #174 from sebastianludwig/fix-164-printf-spaceSebastian Celis
2016-11-22Fixed #165 by disallowing single spaces as valid printf flags.Sebastian Ludwig
2016-11-21Fixed #172 by removing language mappings.Sebastian Ludwig
2016-06-21Added AND and NOT logic for tags.Sebastian Ludwig
2016-05-16Merge pull request #161 from sebastianludwig/fix_117_xliff_tagsSebastian Celis
2016-05-04Added unit test to verify empty sections don't contribute to jQuery formatter...Sebastian Ludwig
2016-05-03Added test to verify the android formatter unescapes values properly.Sebastian Ludwig
2016-05-03Allowing xliff tags in android values and escaping special characters as reco...Sebastian Ludwig
2016-05-03Got rid of the Case in test class names.Sebastian Ludwig
2016-05-03Add UTF-8 Content-Type to the Django formatterPaul Wagener
2016-04-27Properly parsing multiline strings in Android formatter by using REXML instea...Sebastian Ludwig
2016-04-26Fixed #155 by removing mapping from zh to zh-Hans in Android formatter.Sebastian Ludwig
2016-03-31Renamed commands to get rid of more 'string' ambiguities.Sebastian Ludwig
2016-03-31Renamed StringsFile to TwineFile, StringsSection to TwineSection and StringsR...Sebastian Ludwig
2016-03-02Relying on and using more features of OptionParser and improved --help format...Sebastian Ludwig
2016-03-02Fixed #137 by allowing unquoted keys in Apple string files.Sebastian Ludwig
2016-03-01Moved heavily redundant file opening logic (necessary to read string files) f...Sebastian Ludwig
2016-03-01Removed Ruby 1.9 leftovers since Twine requires Ruby 2.0.Sebastian Ludwig
2016-02-29Merge pull request #141 from sebastianludwig/android_output_foldersSebastian Celis
2016-02-28Properly prefixing Android output path with `values-`.Sebastian Ludwig
2016-02-28Logging a warning, if a file is skipped because it would be empty while gener...Sebastian Ludwig
2016-02-28Logging a warning, if a file is skipped because it would be empty while gener...Sebastian Ludwig
2016-02-28Raising an error if generate_string_file would create an empty file.Sebastian Ludwig
2016-02-28Inlined method that was only used once.Sebastian Ludwig
2016-02-28Removed Abstract::write_file, since formatters should focus on formatting. fo...Sebastian Ludwig
2016-02-28Renamed test cases to match the command line option they are testing (--valid...Sebastian Ludwig
2016-02-28Fixed typo.Sebastian Ludwig
2016-02-23Added more Android formatter language determination unit tests.Sebastian Ludwig
2016-02-23Fixed Android language determination. Closes #134.Sebastian Ludwig
2016-02-22Converted otherwise unused instance variables to local variables.Sebastian Ludwig
2016-02-22Added validate option to validate a strings file before generating any output.Sebastian Ludwig