Do not call 'msgfmt' anymore, this is automatically done by the compiler now.
[DEVELOPMENT ENVIRONMENT] * NEW: Do not call 'msgfmt' anymore, this is automatically done by the compiler now.
This commit is contained in:
parent
f1ed9011a3
commit
525b686581
@ -2514,7 +2514,7 @@ Public Function Compile(Optional bAll As Boolean, Optional bNoDebug As Boolean,
|
||||
iPos = InStr(sTrans, "#,")
|
||||
If iPos Then sTrans = Mid$(sTrans, iPos)
|
||||
File.Save(sDir &/ ".lang/.pot", sTrans)
|
||||
CompileTranslation(bAll)
|
||||
'CompileTranslation(bAll)
|
||||
Endif
|
||||
|
||||
'SetMessage(("OK"))
|
||||
|
@ -507,7 +507,8 @@ Private Sub SaveTranslate(Optional bForce As Boolean)
|
||||
|
||||
Move $sPath & ".new" To $sPath
|
||||
|
||||
Project.CompileTranslation(True, $sLang)
|
||||
'Project.CompileTranslation(True, $sLang)
|
||||
Project.Compile()
|
||||
|
||||
'Shell "msgfmt -o " & Shell$(sPathMO) & " " & Shell$($sPath) Wait
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user