From ea8d79cbf880777f9deded71a00003f7efa10e68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vicen=C3=A7=20Masanas?= Date: Wed, 20 May 2020 18:52:49 +0200 Subject: [PATCH] Documentation --- README.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bbdfe34..3eb8b16 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,22 @@ # DNNRexCompare -Compare RESX files from two different DNN versions to check differences +Compare RESX files from two different DNN versions to check differences. + +This tool was developed to help DNN translators identify the changes on texts between two different DNN versions. + +Using the output from the App a translator can immediatly focus on the changes for the new version and translate / adjust the new texts and provide a more accurate translation for the each new DNN release. + + +## Use + +Just point to the root folder of two different DNN installations and provide the file name where you want to the output to be saved. + +The App will check all .resx files from both folders, compare them and generate and .xml file with the differences found. + +![UI](DNNRexCompare.png) + + +You can save the .xml to the same folder where the provided .xslt is saved and open the .xml in a browser. + +The diff report will list all the files modified grouping by new, modified and deleted. For modified keys you can also see the old version and the new one. + +![Diff Report](BrowserView.png)