From 72576f439ad3eebc6947a50070f1ffabe2964b32 Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Tue, 20 Aug 2013 13:24:19 +0200 Subject: 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 --- Repository.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'Repository.mk') 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 \ -- cgit