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
AgeCommit message (Expand)Author
2016-12-15Merge pull request #178 from sebastianludwig/can-handle-directory-default-and...Sebastian Celis
2016-12-15Merge pull request #180 from sebastianludwig/fix-179-android-string-placeholderSebastian Celis
2016-12-15Fixed #179 by converting placeholders before escaping @ signs.Sebastian Ludwig
2016-12-08Added can_handle_directory? default implementation to Abstract.Sebastian Ludwig
2016-12-08Corrected source code formatting.Sebastian Ludwig
2016-12-08Fixed #153 by removing command deprecation warning.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-12-08Removed unnecessary return statements.Sebastian Ludwig
2016-11-22Merge pull request #174 from sebastianludwig/fix-164-printf-spaceSebastian Celis
2016-11-22Merge pull request #173 from sebastianludwig/fix-172-language-mappingsSebastian 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-08-19Merge pull request #170 from barinali/masterSebastian Celis
2016-08-19Update broken links in documentationAli Barın
2016-06-21Merge pull request #168 from sebastianludwig/advanced_tagsSebastian Celis
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-04Merge pull request #162 from sebastianludwig/empty-jquery-sectionsSebastian Celis
2016-05-04Added unit test to verify empty sections don't contribute to jQuery formatter...Sebastian Ludwig
2016-05-04Remote empty sections before joining them togetherMatthew Abbott
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-03Merge pull request #158 from sebastianludwig/test_improvementsSebastian Celis
2016-05-03Got rid of the Case in test class names.Sebastian Ludwig
2016-05-03Merge pull request #160 from PaulWagener/django-utf8Sebastian Celis
2016-05-03Add UTF-8 Content-Type to the Django formatterPaul Wagener
2016-04-27Merge pull request #159 from sebastianludwig/fix_81Sebastian Celis
2016-04-27Properly parsing multiline strings in Android formatter by using REXML instea...Sebastian Ludwig
2016-04-26Merge pull request #157 from sebastianludwig/fix_155Sebastian Celis
2016-04-26Fixed #155 by removing mapping from zh to zh-Hans in Android formatter.Sebastian Ludwig
2016-04-05Improve tags section.Sebastian Celis
2016-04-04Merge pull request #149 from sebastianludwig/documentationSebastian Celis
2016-04-04Added formatter documentation as markdown file.Sebastian Ludwig
2016-04-03Merge pull request #147 from sebastianludwig/namingSebastian Celis
2016-04-02Incorporated PR feedback.Sebastian Ludwig
2016-04-01Be explicit when requiring formatters.Sebastian Celis
2016-04-01Update version to 0.9.1v0.9.1Sebastian Celis
2016-03-31Added documentation assets.Sebastian Ludwig
2016-03-31Renamed commands to get rid of more 'string' ambiguities.Sebastian Ludwig
2016-03-31Updated READMESebastian Ludwig
2016-03-31Renamed StringsFile to TwineFile, StringsSection to TwineSection and StringsR...Sebastian Ludwig
2016-03-31Merge pull request #148 from sebastianludwig/ubuntu_fixSebastian Celis
2016-03-31Fixed #145 by requiring abstract formatter before requiring any other formatt...Sebastian Ludwig
2016-03-22Merge pull request #146 from paulvi/patch-1Sebastian Celis
2016-03-22README - colorize examplePaul Verest
2016-03-02Update version to 0.9.0v0.9.0Sebastian Celis
2016-03-02Merge pull request #143 from sebastianludwig/option_parsingSebastian Celis
2016-03-02Relying on and using more features of OptionParser and improved --help format...Sebastian Ludwig
2016-03-02Merge pull request #142 from sebastianludwig/unified_readingSebastian Celis