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 (Collapse)Author
2018-04-09Merge pull request #1 from greshilov/plural-supportHEADmasterIlya Zverev
Add plural localizations
2018-03-30Add plural localizationsgreshilov
2018-03-30Modifications for MAPS.MEIlya Zverev
2018-01-26Update version to 1.0.3v1.0.3Sebastian Celis
2018-01-26Update CHANGELOG.mdSebastian Celis
2018-01-26Merge pull request #235 from scelis/fix/234_complex_placeholdersSebastian Celis
Fix an error caused by combining %@ with other placeholders
2018-01-26Update CHANGELOG.mdSebastian Celis
2018-01-26Merge pull request #237 from eclair4151/masterSebastian Celis
Fix safe yaml crash
2018-01-26Fix safe yaml crashTomer Shemesh
Fix Safe Yaml crash In some cases safe yaml will be loaded and cause it to crash when ever it is run before date class has been loaded. This can be seen in a few cases and makes it crash when ever twine is called. https://github.com/dtao/safe_yaml/issues/80 https://github.com/test-kitchen/test-kitchen/issues/1327 https://github.com/jekyll/jekyll/issues/3201 This commit fixes that issue
2018-01-24Fix an error caused by combining %@ with other placeholdersSebastian Celis
Fixes #234
2018-01-20Update version to 1.0.2v1.0.2Sebastian Celis
2017-12-31Clean up android styling documentationSebastian Celis
2017-12-31Merge pull request #228 from sebastianludwig/212-improvementSebastian Celis
Improved Android HTML escaping
2017-12-31Merge pull request #230 from sebastianludwig/223-unit-tests-for-222Sebastian Celis
Unit tests for regression fixed in #222
2017-12-12Correct broken link.Sebastian Ludwig
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 ↵Sebastian Ludwig
placeholder to enable users to use the official way to retrieve these strings. Improves #212.
2017-10-18Merge pull request #224 from scelis/1.0.1-releasev1.0.1Sebastian Celis
Update version to 1.0.1
2017-10-18Update version to 1.0.1Sebastian Celis
2017-10-18Merge pull request #222 from scelis/fix/prefer-formatter-in-argsSebastian Celis
Always prefer the formatter passed in
2017-10-18Always prefer the formatter passed inSebastian Celis
This fixes #221
2017-10-16Merge pull request #220 from scelis/1.0-releasev1.0Sebastian Celis
Update version to 1.0
2017-10-16Update version to 1.0Sebastian Celis
2017-10-16Move changelog and clean it up a bitSebastian Celis
2017-10-16Update CHANGELOG.txtSebastian Celis
2017-10-14Merge pull request #219 from philippeauriach/apple-base-language-optionSebastian Celis
use developer-language option for apple Base folder
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-10-13ignore .DS_Store filePhilippe Auriach
2017-10-13more readable ifPhilippe Auriach
2017-10-10use developer-language option for apple Base folderPhilippe Auriach
2017-09-19Merge pull request #216 from scelis/212-android-tagsSebastian Celis
Android: Allow basic styling
2017-09-18Add changelog.Sebastian Ludwig
2017-09-18Close #212: Change Android escaping to preserve basic styling tags and ↵Sebastian Ludwig
anything inside CDATA.
2017-09-14Merge pull request #215 from scelis/213-twine-versionSebastian Celis
Fix #213: Add --version again which got lost in c619dd6.
2017-09-13Fix #213: Add --version again which got lost in c619dd6.Sebastian Ludwig
2017-08-27Add GitHub issue template.Sebastian Ludwig
2017-08-24Fail twine commands if there’s more than one formatter candidate. Fixes #201.Sebastian Ludwig
2017-08-08Merge pull request #207 from scelis/argument_spacesSebastian Celis
Support arguments with spaces
2017-08-08Remove double space.Sebastian Ludwig
2017-08-08Support arguments with spaces by wrapping the complete parameter string in ↵Sebastian Ludwig
double quotes. Fixes #206.
2017-08-04Merge pull request #203 from scelis/fix/android-output-folder-nameSebastian Celis
Fix android output folder name
2017-08-04Add unit testSebastian Celis
2017-08-04Merge pull request #202 from jporsay/masterSebastian Celis
Android output folders should have an "r" preceding the region code
2017-08-03Fix indentationJuan Pablo Orsay
2017-08-03Android folder should have the region code preceded by lowercase "r"Juan Pablo Orsay
2017-07-31Merge pull request #200 from scelis/fix-po-language-detectionSebastian Celis
Fix language detection for .po formatters
2017-07-31Fix language detection for .po formattersSebastian Celis
The old regular expressions were only supporting two character language identifiers. This commit allows languages to scale to things like "en-GB". Fixes #199
2017-07-31Fix typos.Sebastian Ludwig
2017-07-27Add .ruby-version to .gitignoreSebastian Celis