Skip to content

Commit

Permalink
target xliff files should have no indent
Browse files Browse the repository at this point in the history
  • Loading branch information
xulihang committed Jul 5, 2019
1 parent e994687 commit 124b3b8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions BasicCAT/BasicCAT.b4j
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,9 @@ Library8=jrandomaccessfile
Library9=jb4xencryption
Module1=FileChooserUtils
Module10=preTranslateDialog
Module11=xliffFilter
Module12=filterGenericUtils
Module13=Utils
Module11=Utils
Module12=xliffFilter
Module13=filterGenericUtils
Module14=idmlFilter
Module15=idmlUtils
Module16=MT
Expand Down
2 changes: 1 addition & 1 deletion BasicCAT/BasicCAT.b4j.meta
Original file line number Diff line number Diff line change
Expand Up @@ -197,4 +197,4 @@ ModuleClosedNodes7=
ModuleClosedNodes8=
ModuleClosedNodes9=
SelectedBuild=0
VisibleModules=1,2,3,4,5,6,7,8,9,10,13,11,12
VisibleModules=1,2,3,4,5,6,7,8,9,10,12
2 changes: 1 addition & 1 deletion BasicCAT/Files/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.2
1.6.3
2 changes: 1 addition & 1 deletion BasicCAT/xliffFilter.bas
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ Sub generateFile(filename As String,path As String,projectFile As Map)
Next
Next
Dim xmlString As String
xmlString=XMLUtils.getXmlFromMap(insertTranslation(translationMap,filename,path,isSegEnabled))
xmlString=XMLUtils.getXmlFromMapWithoutIndent(insertTranslation(translationMap,filename,path,isSegEnabled))
xmlString=XMLUtils.unescapedText(xmlString,"source","xliff")
xmlString=XMLUtils.unescapedText(xmlString,"target","xliff")
xmlString=XMLUtils.unescapedText(xmlString,"seg-source","xliff")
Expand Down

0 comments on commit 124b3b8

Please sign in to comment.