summaryrefslogtreecommitdiff
path: root/itstool.in
Commit message (Expand)AuthorAgeFilesLines
* Don't error out when invalid msgstr is non-asciiShaun McCance2012-04-041-1/+2
* Proper error message when source XML file can't be readShaun McCance2012-04-021-1/+5
* Handle UTF-8 in attribute valuesShaun McCance2012-04-021-0/+2
* Don't output external ref messages under its:translate="no"Shaun McCance2012-03-231-0/+9
* Better handling of XML errors in PO filesShaun McCance2011-09-271-8/+30
* Merge: Proper XML error catching [claude]Shaun McCance2011-09-031-0/+11
|\
| * Catch XML errors in translated contentClaude Paroz2011-08-171-0/+1
| * Catch XML parsing errors so itstool does properly exit with error codeClaude Paroz2011-08-171-0/+10
* | Fix placeholder translation when it contains sub-elementsClaude Paroz2011-06-291-2/+10
|/
* Don't bomb if a locNotePointer returns a stringShaun McCance2011-06-261-9/+13
* Added itst:context to specify a msgctxt for a nodeShaun McCance2011-06-251-1/+34
* Fixes for Python 3Claude Paroz2011-06-241-1/+1
* Use #!/usr/bin/python -s for shebang, RH bug #702989Shaun McCance2011-06-241-1/+1
* Make itst:drop work on non-inline nodesShaun McCance2011-06-241-1/+14
* Made dropRule take a drop attribute, like other rulesShaun McCance2011-06-241-3/+3
* Add itst drop ruleClaude Paroz2011-06-241-1/+6
* Handled translatable attributes in non-translatable elementsShaun McCance2011-06-231-10/+15
* Extract and translate node attributesClaude Paroz2011-06-231-5/+36
* Merge branch 'testsuite'Shaun McCance2011-06-011-20/+25
|\
| * Add remaining testsClaude Paroz2011-06-011-2/+3
| * Fix xml iteration when constructing translated subnodesClaude Paroz2011-05-311-1/+2
| * Use unicode strings inside of Message classClaude Paroz2011-05-311-19/+21
* | Adding copyright and license info to itstoolShaun McCance2011-06-011-0/+17
* | itstool: Allow both XLink and child rules on its:rulesShaun McCance2011-06-011-2/+1
|/
* Include installation dir in search path if XDG_DATA_DIRS not setShaun McCance2011-05-271-1/+4
* itstool: Allow localization notes to be space-preservingShaun McCance2011-05-091-10/+22
* Catch XPath exceptions and warnShaun McCance2011-05-091-11/+19
* itstool: Convert posixy locale strings to BCP47Shaun McCance2011-05-031-1/+28
* Fixed --help string for --versionShaun McCance2011-04-301-1/+1
* Added --versionShaun McCance2011-04-301-0/+797