Install fr,it,ru on Windows, too

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@4064 4a71c877-e1ca-e34f-864e-861f7616d084
master
Dennis Schridde 2008-03-15 17:03:16 +00:00
parent 4342fd1226
commit 44ec7c2d28
1 changed files with 9 additions and 0 deletions

View File

@ -252,6 +252,12 @@ Section $(TEXT_SecNLS) SecNLS
SetOutPath "$INSTDIR\locale\de\LC_MESSAGES"
File "/oname=${PACKAGE}.mo" "..\..\po\de.gmo"
SetOutPath "$INSTDIR\locale\fr\LC_MESSAGES"
File "/oname=${PACKAGE}.mo" "..\..\po\fr.gmo"
SetOutPath "$INSTDIR\locale\it\LC_MESSAGES"
File "/oname=${PACKAGE}.mo" "..\..\po\it.gmo"
SetOutPath "$INSTDIR\locale\la\LC_MESSAGES"
File "/oname=${PACKAGE}.mo" "..\..\po\la.gmo"
@ -261,6 +267,9 @@ Section $(TEXT_SecNLS) SecNLS
SetOutPath "$INSTDIR\locale\nl\LC_MESSAGES"
File "/oname=${PACKAGE}.mo" "..\..\po\nl.gmo"
SetOutPath "$INSTDIR\locale\ru\LC_MESSAGES"
File "/oname=${PACKAGE}.mo" "..\..\po\ru.gmo"
SectionEnd