From 9cd1fa468b81888183195fb926739c3e0737acc8 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Mon, 19 Sep 2016 11:25:26 +0200 Subject: [PATCH] IDT2PO split to IDTDiff and IDTExtract --- MSI.wsf | 173 ++++++++++++++++++++++++++++++++++++++------------------ PO.js | 52 +++++++++-------- 2 files changed, 146 insertions(+), 79 deletions(-) diff --git a/MSI.wsf b/MSI.wsf index e453970..e3be444 100644 --- a/MSI.wsf +++ b/MSI.wsf @@ -456,12 +456,12 @@ WScript.Quit(0); ]]> - + - Extract strings to translate. If already translated IDT file is available, extract translations of matching rows (by IDT key column(s)). + Extract strings to translate by comparing two IDT files. - + @@ -469,6 +469,78 @@ + + + + Extract strings to translate. + + + + + +