summaryrefslogtreecommitdiff
path: root/babel
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | Make the command-line frontend easier to testAarni Koskela2016-04-111-4/+8
* | dates: Use format context and fallback through widthsAarni Koskela2016-04-081-1/+6
* | VERSION: Bump to developmentsils/releaseLasse Schuirmann2016-04-071-1/+1
* | VERSION: Bump to 2.3Lasse Schuirmann2016-04-071-1/+1
* | Make compound unit formatting adhere more closely to the TR-35 specAarni Koskela2016-04-061-11/+46
* | Add new unit formatting APIs:Aarni Koskela2016-04-061-0/+241
* | Import and expose more measurement unit related informationAarni Koskela2016-04-061-0/+14
* | CLDR: import unit_patterns as nested dictsAarni Koskela2016-04-061-2/+1
* | Expose measurement system names.alexbodn@gmail.com2016-03-301-0/+12
* | Rename `Locale.direction` to `Locale.text_direction`.Aarni Koskela2016-03-301-5/+4
* | Add support for character order informationalexbodn@gmail.com2016-03-191-0/+23
|/
* Merge pull request #332 from akx/improved-jsAarni Koskela2016-03-092-29/+68
|\
| * JavaScript: support tags as keywords for template stringsAarni Koskela2016-02-071-1/+11
| * JavaScript: add basic support for template stringsAarni Koskela2016-02-072-6/+13
| * JavaScript: Support dotted names as keywordsAarni Koskela2016-02-072-5/+17
| * JavaScript: Add JSX/E4X tag lexingAarni Koskela2016-02-072-4/+25
| * JavaScript: modernize lexer slightlyAarni Koskela2016-02-071-24/+13
* | Merge pull request #349 from akx/import-day-periodsAarni Koskela2016-03-092-17/+99
|\ \
| * | dates: Add day period APIAarni Koskela2016-03-052-0/+56
| * | dates: refactor `_get_time()` into a helperAarni Koskela2016-03-051-14/+27
| * | Use `day_periods` for `get_period_names`Aarni Koskela2016-03-052-2/+12
| * | import_cldr: improve parsing of day periodsAarni Koskela2016-03-051-1/+4
* | | Add flake8 pre-commit hook and apply fixes.Lukas Balaga2016-03-074-8/+6
|/ /
* | Merge pull request #355 from lukas-b/lukas_add_pre_commit_and_apply_fixesAarni Koskela2016-03-0315-82/+90
|\ \
| * | Apply pre-commit fixes.Lukas Balaga2016-02-2715-82/+90