Go to file
Jim Derry 7d2ddee775 Add new rebase command to CLI.
This is intended to make it very, very easy to update the POT and all of the POs when
changes are made to `language_en.h`. Used without an sha-1 hash, untranslated strings
(i.e., the "source" strings) are updated in the POT/PO's.

However if you specify an --sha=HASH (or -c HASH) option, then the script will use git
to examine the `language_en.h` file from that specified commit, determing the strings
that have changed, and mark all of these strings as `fuzzy` in the POs. This will serve
as a flag to translators that the original has changed. In addition, this `fuzzy` flag
will appear in the headers as "(fuzzy) " in the item comments.

If a translator edits the header directly, he should remove the "(fuzzy )" in the
comment. Then when the PO is rebuilt, the fuzzy flag will be removed automatically.
The reverse is also true; if a translator is working with the PO, he or she should
clear the fuzzy flag and the comment will be adjusted accordingly in the generated
header.
2016-03-25 09:21:21 +08:00
build add a rentidy.sh script to keep old versions 2016-03-19 19:56:27 +01:00
console language help enhancements: 2016-03-23 14:56:36 +08:00
experimental Rename two headers. Issues #224 #223 #221 2015-06-30 20:06:02 +02:00
include Issue #348 - Add option 'escape-script', def = yes 2016-03-20 01:01:46 +01:00
localize Add new rebase command to CLI. 2016-03-25 09:21:21 +08:00
man XSL for man handles <var>. Updated comment and sample string. 2016-02-17 17:20:02 +08:00
README Issue #348 - Add README/OTPIONS.md on adding a new option 2016-03-20 01:05:36 +01:00
src Add new rebase command to CLI. 2016-03-25 09:21:21 +08:00
.gitignore Remove /test/ from the repository. Regression testing is still very important, and so 2016-02-16 11:20:22 +08:00
CMakeLists.txt Merge pull request #366 from hguemar/master 2016-02-16 10:16:46 +08:00
README.md - Removed documentation generation from this repository. 2016-02-05 14:59:12 +08:00
version.txt Issue #348 - Bump to version 5.1.47 2016-03-20 01:03:25 +01:00

HTML Tidy with HTML5 support

All READMEs and related materials can be found in README/.

For build instructions please see README/README.md.