reduced a little the size of localization file (#1)
This commit is contained in:
parent
f142a47fb8
commit
9cac9980c1
7 changed files with 1 additions and 304 deletions
|
@ -37,7 +37,7 @@ Sub Export_File(sType, iCol As Integer)
|
|||
iBlankLines = iBlankLines + 1
|
||||
Else
|
||||
iBlankLines = 0
|
||||
If Not isComment(sTemp) And Not sTemp Like "config*" And Not sTemp Like "gui*" Then
|
||||
If Not isComment(sTemp) And Not sTemp Like "config*" And Not sTemp Like "gui*" And Not sTemp Like "error*" And Not sTemp Like "info*" And Not sTemp Like "stats*" Then
|
||||
sOut = """" & sTemp & """" & ":"
|
||||
' Print #oFile, "=";
|
||||
sTemp = shSheet.Cells(iRow, iCol).Value
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue