Skip to content

Commit 124b3b8

Browse files
committed
target xliff files should have no indent
1 parent e994687 commit 124b3b8

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

BasicCAT/BasicCAT.b4j

+3-3
Original file line numberDiff line numberDiff line change
@@ -177,9 +177,9 @@ Library8=jrandomaccessfile
177177
Library9=jb4xencryption
178178
Module1=FileChooserUtils
179179
Module10=preTranslateDialog
180-
Module11=xliffFilter
181-
Module12=filterGenericUtils
182-
Module13=Utils
180+
Module11=Utils
181+
Module12=xliffFilter
182+
Module13=filterGenericUtils
183183
Module14=idmlFilter
184184
Module15=idmlUtils
185185
Module16=MT

BasicCAT/BasicCAT.b4j.meta

+1-1
Original file line numberDiff line numberDiff line change
@@ -197,4 +197,4 @@ ModuleClosedNodes7=
197197
ModuleClosedNodes8=
198198
ModuleClosedNodes9=
199199
SelectedBuild=0
200-
VisibleModules=1,2,3,4,5,6,7,8,9,10,13,11,12
200+
VisibleModules=1,2,3,4,5,6,7,8,9,10,12

BasicCAT/Files/version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.6.2
1+
1.6.3

BasicCAT/xliffFilter.bas

+1-1
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ Sub generateFile(filename As String,path As String,projectFile As Map)
318318
Next
319319
Next
320320
Dim xmlString As String
321-
xmlString=XMLUtils.getXmlFromMap(insertTranslation(translationMap,filename,path,isSegEnabled))
321+
xmlString=XMLUtils.getXmlFromMapWithoutIndent(insertTranslation(translationMap,filename,path,isSegEnabled))
322322
xmlString=XMLUtils.unescapedText(xmlString,"source","xliff")
323323
xmlString=XMLUtils.unescapedText(xmlString,"target","xliff")
324324
xmlString=XMLUtils.unescapedText(xmlString,"seg-source","xliff")

0 commit comments

Comments
 (0)