From f2538a586b26bf211fdf907251fbc8812cd634f2 Mon Sep 17 00:00:00 2001 From: Olivier Keshavjee Date: Wed, 30 Mar 2016 14:16:58 +0200 Subject: [PATCH] Adds a reminder --- i18n/tool.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 i18n/tool.txt diff --git a/i18n/tool.txt b/i18n/tool.txt new file mode 100644 index 00000000..6e98ed85 --- /dev/null +++ b/i18n/tool.txt @@ -0,0 +1,17 @@ +List all forms: + + find .. -iname *.ui + +List all files containing ".tr": + + grep -rin "\.tr(" ../manuskript > list.txt + +List all files containing ".translate": + + grep -rin "\.translate(" ../manuskript >> list.txt + +Then clean list.txt, and copy it in LibreOffice Calc, then: +- Data, Filter, Advanced +- From: whole column +- No duplication +- → filter \ No newline at end of file