summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | Adding new join mode for multi-lingual XML filesShaun McCance2012-05-081-15/+91
| |
* | tests: Added two more testsShaun McCance2012-05-063-0/+41
| | | | | | | | | | Already had these XML files from W3C, but I didn't have POT files to test them against
* | tests: msgmerge po files to have new syntax from pot filesShaun McCance2012-05-0615-102/+191
| |
* | Renamed itstool-specific tests to use IT- prefixShaun McCance2012-05-0618-23/+23
| |
* | tests: Changed test names to match file namesShaun McCance2012-05-051-26/+26
| |
* | Better handling of comments, new XML path markersShaun McCance2012-05-0527-123/+481
|/ | | | | | | | | Comments were getting lost if they weren't specified at exactly the same level as translation units were taken from. This commit changes how comments are handled to prevent that. I also moved path markers from the file context comment, because it's wrong and messes up some tools.
* 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
|
* Version 1.1.21.1.2Shaun McCance2012-02-052-1/+5
|
* Better handling of XML errors in PO filesShaun McCance2011-09-273-14/+59
| | | | | | | | Rather than let an exception kill itstool, just issue a warning and use the original-language node. Added --strict to error out for XML errors in PO files. https://bugs.freedesktop.org/show_bug.cgi?id=41254
* Version 1.1.11.1.1Shaun McCance2011-09-192-1/+8
|
* Merge: Proper XML error catching [claude]Shaun McCance2011-09-034-11/+66
|\
| * Catch XML errors in translated contentClaude Paroz2011-08-173-6/+38
| |
| * Catch XML parsing errors so itstool does properly exit with error codeClaude Paroz2011-08-173-6/+28
| |
* | Merge commit '48e4257421beb439f23a78507f43aae694775974'Shaun McCance2011-09-031-2/+5
|\ \
| * | autogen.sh: Improve script to handle out of tree compilationsJavier Jardón2011-04-261-2/+5
| | | | | | | | | | | | Also handle the option to not run the configure step
* | | Merge commit 'refs/merge-requests/2' of git://gitorious.org/itstool/itstoolShaun McCance2011-09-035-3/+43
|\ \ \
| * | | Fix placeholder translation when it contains sub-elementsClaude Paroz2011-06-295-3/+43
| | |/ | |/|
* | | Version 1.1.01.1.0Shaun McCance2011-06-272-1/+15
|/ /
* | mallard.its: Set msgctxt on info titlesShaun McCance2011-06-261-0/+3
| |
* | 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-256-1/+136
| |
* | Fixes for Python 3Claude Paroz2011-06-242-2/+2
| |
* | 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-242-1/+16
| |
* | Made dropRule take a drop attribute, like other rulesShaun McCance2011-06-243-5/+5
| |
* | Add itst drop ruleClaude Paroz2011-06-246-1/+61
| | | | | | | | | | | | The itst Droprule is a rule allowing to ignore completely a tag from the translation, including its content. The resulting xml will not have the tag either.
* | Renamed attribute test filesShaun McCance2011-06-236-8/+6
| |
* | Handled translatable attributes in non-translatable elementsShaun McCance2011-06-237-11/+79
| |
* | Extract and translate node attributesClaude Paroz2011-06-2311-11/+116
| |
* | Merge branch 'testsuite'Shaun McCance2011-06-0133-20/+876
|\ \
| * | Fix LocNote2 test and add README in testsClaude Paroz2011-06-013-2/+32
| | |
| * | Add remaining testsClaude Paroz2011-06-0113-4/+350
| | |
| * | Add tests for the Translate* seriesClaude Paroz2011-05-3116-6/+307
| | |
| * | Fix xml iteration when constructing translated subnodesClaude Paroz2011-05-312-2/+3
| | |
| * | Use unicode strings inside of Message classClaude Paroz2011-05-311-19/+21
| | |
| * | Initial test infrastructureClaude Paroz2011-05-304-0/+175
| | |
* | | 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
|/ / | | | | | | We weren't handling tests/WithinText2.xml correctly
* | Include installation dir in search path if XDG_DATA_DIRS not setShaun McCance2011-05-272-1/+13
| |
* | itstool: Allow localization notes to be space-preservingShaun McCance2011-05-091-10/+22
| |
* | itstool.1: Added a man pageShaun McCance2011-05-094-1/+88
| |
* | Catch XPath exceptions and warnShaun McCance2011-05-091-11/+19
| |
* | Version 1.0.11.0.1Shaun McCance2011-05-062-1/+8
| |
* | 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-304-1/+14
| |
* | Use #. for comments. Plain # is for notes written by translatorsShaun McCance2011-04-261-3/+3
| |