summaryrefslogtreecommitdiff
path: root/babel
Commit message (Expand)AuthorAgeFilesLines
* Become version 2.4.0release/2.4Aarni Koskela2017-03-141-1/+1
* Merge pull request #462 from singingwolfboy/regex-flagsAarni Koskela2017-03-104-11/+11
|\
| * Pull flags out of regular expressionsDavid Baumgold2016-12-294-11/+11
* | Merge pull request #466 from abhishekcs10/winmapAarni Koskela2017-03-101-1/+1
|\ \
| * | Issue #463. Changed win_mapping to windows_zone_mapping in core.py line 48Abhishek Tiwari2017-01-101-1/+1
| |/
* | Fix setup.py option 'add_location'Alex Kuzmenko2016-12-151-1/+1
|/
* Fix read_pofile handling of missing pluralsMichael Birtwell2016-11-211-7/+7
* pofile reader: Fix multi line msgctxtMichael Birtwell2016-11-211-0/+3
* pofile parsing. Fix handling of obsolete + refactorMichael Birtwell2016-11-211-53/+99
* Merge pull request #438 from rrader/add_location_optionAarni Koskela2016-11-212-5/+27
|\
| * Add option 'add_location' for location line formattingRoman Rader2016-08-092-5/+27
* | Merge pull request #435 from akx/exopAarni Koskela2016-11-181-7/+30
|\ \
| * | Fix float conversion in `extract_operands` (and the relevant test)Aarni Koskela2016-07-151-7/+30
* | | jslexer.py: Change jsx_tag regex againKO. Mattsson2016-10-241-1/+1
* | | Fix spelling word into Raise TypeErrorRodrigo Ramírez Norambuena2016-10-051-1/+1
* | | Merge pull request #436 from akx/correct-liesAarni Koskela2016-09-211-3/+10
|\ \ \ | |_|/ |/| |
| * | Straighten up lying extraction docstringsAarni Koskela2016-07-151-3/+10
| |/
* | Abort catalog update earlier if there are no message catalogsVille Skyttä2016-07-271-3/+3
* | Handle file open/close with "with"Ville Skyttä2016-07-274-44/+11
* | Close files earlierVille Skyttä2016-07-272-3/+3
* | Avoid reading files entirely into memoryVille Skyttä2016-07-272-16/+14
* | Let logging format messages on demandVille Skyttä2016-07-271-1/+1
|/
* Updated plurals.py to match Mozilla and CLDR referencesMax Shenfield2016-07-112-10/+15
* Merge pull request #427 from sublee/issue-426Aarni Koskela2016-07-092-3/+28
|\
| * Fix #426Heungsub Lee2016-07-092-3/+28
* | Merge pull request #410 from etanol/decimal-controlAarni Koskela2016-07-084-29/+23
|\ \
| * | Simplify the selection of decimal implementationIsaac Jurado2016-05-294-24/+22
| * | Remove explicit enforcement from Decimal roundingIsaac Jurado2016-05-282-9/+5
* | | Merge pull request #373 from ykshatroff/fix-issue-372-wrong-plurals-for-cs-an...Aarni Koskela2016-07-081-2/+2
|\ \ \
| * | | plurals: correct plural forms for cs and sk localesYuriy Shatrov2016-04-051-2/+2
* | | | Merge pull request #420 from kruton/read-localeAarni Koskela2016-07-081-0/+2
|\ \ \ \
| * | | | Read locale from .po if it has Language headerKenny Root2016-06-171-0/+2
| | |_|/ | |/| |
* | | | Merge pull request #424 from gardentechno/masterAarni Koskela2016-07-081-5/+5
|\ \ \ \
| * | | | Fix extraction orderNicolas Grilly2016-06-241-5/+5
| |/ / /
* | | | Accept catalog argument to PoFileParserMichael Birtwell2016-07-081-5/+19
* | | | read_po: Support multiline obsolete unitsMichael Birtwell2016-07-081-25/+30
* | | | Refactor read_po to use a class for stateMichael Birtwell2016-07-081-135/+143
* | | | Fix day periods to work with CLDR 29 dataAarni Koskela2016-06-221-4/+8
|/ / /
* | | parse_pattern now passes original pattern string to NumberPatternJennifer Wang2016-06-032-4/+6
| |/ |/|
* | TypoSébastien Fievet2016-05-201-2/+2
* | Default to UTF-8 source encoding (PEP8: python3)Anthony Sottile2016-04-281-1/+1
* | Merge pull request #392 from karloskar/feature/evolve-jsx-extractionAarni Koskela2016-04-241-1/+1
|\ \
| * | jslexer.py: Change jsx_tag regexKO. Mattsson2016-04-181-1/+1
* | | Teach the optparse CLI about the parameter aliases it had forgotten in #311Aarni Koskela2016-04-191-0/+13
* | | Remind the optparse CLI about `extract -s` (a shorthand for `--strip-comments`)Aarni Koskela2016-04-191-1/+1
* | | extract: don't die badly when no input paths are specified in optparse modeAarni Koskela2016-04-191-1/+3
* | | frontend: don't use unicode-variant %r for loggingAarni Koskela2016-04-191-5/+5
* | | Harmonize extraction keyword parsing between distutils and standalone CLIAarni Koskela2016-04-191-11/+54
|/ /
* | fix typos in messages frontendSébastien Diemer2016-04-121-1/+1
* | Make the CLI extraction command support multiple `-k`s againAarni Koskela2016-04-121-13/+18