summaryrefslogtreecommitdiff
path: root/tests/messages
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '2.8-maintenance' into masterAarni Koskela2020-11-117-7/+7
|\
| * Bump copyright year from 2019 to 2020Aarni Koskela2020-11-117-7/+7
* | Introduce invariant that _invalid_pofile() takes unicode line.Niklas Hambüchen2020-01-281-1/+1
|/
* Bump copyright year from 2018 to 2019Aarni Koskela2019-05-277-7/+7
* Catalog update: keep user comments from destination by defaultAarni Koskela2019-05-271-1/+30
* Merge pull request #647 from akx/pybabel-exit-codeAarni Koskela2019-05-272-85/+74
|\
| * pybabel compile: exit with code 1 if errors were encounteredAarni Koskela2019-05-272-0/+14
| * test_frontend: DRY out path generationAarni Koskela2019-05-271-85/+60
* | Add comparison operators to _NormalizedStringAarni Koskela2019-05-271-0/+17
|/
* Remove unused imports throughout testsJon Dufresne2019-01-241-1/+0
* Merge pull request #564 from cedk/skip-empty-msgidAarni Koskela2018-08-201-0/+23
|\
| * Test empty translation uses fallbackCédric Krier2018-08-191-0/+23
* | Fix pofile test failureAarni Koskela2018-07-201-10/+2
* | frontend, test_frontend: don't use deprecated U read mode on Py3Aarni Koskela2018-05-281-18/+18
* | Merge pull request #559 from python-babel/authorsAarni Koskela2018-05-287-14/+14
|\ \
| * | Rephrase copyright headers to link to the LICENSE file instead of COPYINGauthorsAarni Koskela2018-02-027-7/+7
| * | Update copyright header years, and include the Babel teamAarni Koskela2018-02-027-7/+7
| |/
* | messages: allow processing files that are in locales unknown to Babelmessages-no-localeAarni Koskela2018-02-021-0/+23
|/
* pofile.py: Added new exception called PoFileError and thrown if flaggedStevenJ2018-01-161-1/+65
* Remove redundant parenthesesHugo2017-12-283-4/+4
* Replace function call with set literalHugo2017-12-281-21/+9
* Use a fixed datetime to avoid test failures (#520)Narendra Vardi2017-08-181-15/+31
* Allow both dash and underscore separated locale identifiers in pofileslenient-po-locale-parseAarni Koskela2017-04-061-0/+6
* Rename test caseHeungsub Lee2017-03-311-1/+1
* More complex test cases for nested gettextHeungsub Lee2017-03-311-6/+26
* Add test case for nested gettextHeungsub Lee2017-03-311-0/+11
* When msgid are equal, sort according to msgctxtXavier Fernandez2017-03-211-0/+35
* 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
|/