diff options
author | Andras Timar <atimar@suse.com> | 2013-08-20 13:24:19 +0200 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2013-08-20 13:29:39 +0200 |
commit | 72576f439ad3eebc6947a50070f1ffabe2964b32 (patch) | |
tree | 0488d4e1dd9677b8f4e863144e880227fe19f8d7 /Repository.mk | |
parent | ab55228f6c524ddefde2d7e1d6688b8a407da3ad (diff) |
fdo#67786 pocheck tool for checking translations
Pootle has many checks, but there are cases which are not covered.
Therefore I wrote a tool which checked three types of translation
errors:
1. Unique style names.
2. Unique spreadsheet function names.
3. Missing trailing '|' in Windows installer translation.
Usage: make cmd cmd=solver/*/bin/pocheck
It checks all languages and prints the report to stdout.
Change-Id: I89aad66ea41c0ebe4a6f45beaaf86afd1a6439cc
Diffstat (limited to 'Repository.mk')
-rw-r--r-- | Repository.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Repository.mk b/Repository.mk index ba0f2912a066..1433f1b79c70 100644 --- a/Repository.mk +++ b/Repository.mk @@ -46,6 +46,7 @@ $(eval $(call gb_Helper_register_executables,NONE, \ osl_process_child \ pdf2xml \ pdfunzip \ + pocheck \ propex \ reg2unoidl \ regsvrex \ |