Ship portuguese, too.
git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@4267 4a71c877-e1ca-e34f-864e-861f7616d084master
parent
150f0ed209
commit
f14f2f74bf
|
@ -265,6 +265,9 @@ Section $(TEXT_SecNLS) SecNLS
|
|||
SetOutPath "$INSTDIR\locale\nl\LC_MESSAGES"
|
||||
File "/oname=${PACKAGE}.mo" "..\..\po\nl.gmo"
|
||||
|
||||
SetOutPath "$INSTDIR\locale\pt\LC_MESSAGES"
|
||||
File "/oname=${PACKAGE}.mo" "..\..\po\pt.gmo"
|
||||
|
||||
SetOutPath "$INSTDIR\locale\ru\LC_MESSAGES"
|
||||
File "/oname=${PACKAGE}.mo" "..\..\po\ru.gmo"
|
||||
|
||||
|
@ -442,6 +445,10 @@ Section "Uninstall"
|
|||
RMDir "$INSTDIR\locale\nl\LC_MESSAGES"
|
||||
RMDir "$INSTDIR\locale\nl"
|
||||
|
||||
Delete "$INSTDIR\locale\pt\LC_MESSAGES\${PACKAGE}.mo"
|
||||
RMDir "$INSTDIR\locale\pt\LC_MESSAGES"
|
||||
RMDir "$INSTDIR\locale\pt"
|
||||
|
||||
Delete "$INSTDIR\locale\ru\LC_MESSAGES\${PACKAGE}.mo"
|
||||
RMDir "$INSTDIR\locale\ru\LC_MESSAGES"
|
||||
RMDir "$INSTDIR\locale\ru"
|
||||
|
|
Loading…
Reference in New Issue