From d1f760f3b50f178002919e0aab0ed1a8b0fff285 Mon Sep 17 00:00:00 2001 From: Pierre Choffet Date: Sat, 15 Jul 2023 02:36:57 -0400 Subject: [PATCH] Add translation string fuzzy compare. It allows case unsensitive compare, with additional approximations. User will now receive a warning if a translation is added in a language which already has a string. --- xslts/merge_rdf.xslt | 45 +++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 42 insertions(+), 3 deletions(-) diff --git a/xslts/merge_rdf.xslt b/xslts/merge_rdf.xslt index bb37306..4297046 100644 --- a/xslts/merge_rdf.xslt +++ b/xslts/merge_rdf.xslt @@ -1,6 +1,6 @@