summaryrefslogtreecommitdiff
path: root/tests/messages
Commit message (Expand)AuthorAgeFilesLines
...
* Fix read_pofile handling of missing pluralsMichael Birtwell2016-11-211-0/+40
* pofile reader: Fix multi line msgctxtMichael Birtwell2016-11-211-0/+14
* pofile parsing. Fix handling of obsolete + refactorMichael Birtwell2016-11-211-3/+64
* Merge pull request #438 from rrader/add_location_optionAarni Koskela2016-11-212-0/+70
|\
| * Add option 'add_location' for location line formattingRoman Rader2016-08-092-0/+70
* | Increase coverage of JSX extraction testsGeorg Schölly2016-11-191-1/+3
* | jslexer.py: Change jsx_tag regex againKO. Mattsson2016-10-241-51/+82
|/
* Handle file open/close with "with"Ville Skyttä2016-07-271-4/+1
* Use assertEqual instead of deprecated assertEqualsVille Skyttä2016-07-271-1/+1
* Updated plurals.py to match Mozilla and CLDR referencesMax Shenfield2016-07-112-4/+4
* Merge pull request #427 from sublee/issue-426Aarni Koskela2016-07-091-0/+10
|\
| * Fix #426Heungsub Lee2016-07-091-0/+10
* | Merge pull request #420 from kruton/read-localeAarni Koskela2016-07-081-0/+10
|\ \
| * | Read locale from .po if it has Language headerKenny Root2016-06-171-0/+10
| |/
* | read_po: Support multiline obsolete unitsMichael Birtwell2016-07-081-0/+42
|/
* Convert readthedocs link for their .org -> .io migration for hosted projectsAdam Chainz2016-05-291-1/+1
* Default to UTF-8 source encoding (PEP8: python3)Anthony Sottile2016-04-281-0/+15
* Merge pull request #392 from karloskar/feature/evolve-jsx-extractionAarni Koskela2016-04-241-0/+60
|\
| * jslexer.py: Change jsx_tag regexKO. Mattsson2016-04-181-0/+60
* | Teach the optparse CLI about the parameter aliases it had forgotten in #311Aarni Koskela2016-04-191-3/+7
* | Remind the optparse CLI about `extract -s` (a shorthand for `--strip-comments`)Aarni Koskela2016-04-191-0/+7
* | 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-0/+43
|/
* Test that `update` actually accepts those boolean parametersAarni Koskela2016-04-121-1/+10
* Refactor out `configure_cli_command`Aarni Koskela2016-04-121-5/+16
* Make the CLI extraction command support multiple `-k`s againAarni Koskela2016-04-121-1/+54
* Merge pull request #332 from akx/improved-jsAarni Koskela2016-03-093-91/+177
|\
| * JavaScript: support tags as keywords for template stringsAarni Koskela2016-02-071-0/+9
| * JavaScript: add basic support for template stringsAarni Koskela2016-02-072-0/+16
| * JavaScript: Support dotted names as keywordsAarni Koskela2016-02-072-0/+28
| * JavaScript: Add JSX/E4X tag lexingAarni Koskela2016-02-071-0/+25
| * JavaScript: Move extraction test cases into separate fileAarni Koskela2016-02-072-91/+99
* | Add flake8 pre-commit hook and apply fixes.Lukas Balaga2016-03-071-1/+1
* | Apply pre-commit fixes.Lukas Balaga2016-02-275-176/+181
|/
* Merge pull request #341 from sudheesh001/patch328Aarni Koskela2016-02-031-0/+22
|\
| * Extract: Add npgettext to default keywords mapsudheesh0012016-02-041-9/+11
| * Added npgettext to default keywords in extractionsudheesh0012016-02-031-0/+20
* | Extract CLI: Add `input-dirs` alias for `input-paths`.Aarni Koskela2016-02-031-0/+13
* | Merge pull request #300 from akx/pofile-sortAarni Koskela2016-02-031-0/+9
|\ \
| * | pofile: Use `.sort(key=...)`, not `cmp`Aarni Koskela2016-01-041-0/+9
* | | Frontend: Add multi-domain support to compile_catalog commandSven Anderson2016-01-293-0/+87
| |/ |/|
* | extraction: Babel now supports extraction by filename as well as by dirEoin Nugent2016-01-141-5/+58
* | Make catalog header updating an optionAarni Koskela2016-01-081-1/+3
* | Add test for frontend update_commandAarni Koskela2016-01-041-2/+35
* | Frontend: Use Distutils commands also for the CLIAarni Koskela2016-01-041-3/+0
|/
* Merge pull request #292 from akx/cldr28Isaac Jurado2016-01-021-1/+1
|\
| * Update to CLDR 28 (with test updates)Aarni Koskela2015-12-211-1/+1
* | Merge pull request #306 from akx/lukas-b_116Lasse Schuirmann2015-12-301-6/+25
|\ \
| * | Beef up test_plurals.pyLukas B2015-12-301-6/+25
| |/
* | Add a test for header_comment updating.Aarni Koskela2015-12-301-1/+2
|/