diff options
author | Werner Koch <[email protected]> | 2018-05-01 17:48:44 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2018-05-02 15:01:10 +0000 |
commit | 6365338816092845b0e08f25731f8eccc605d042 (patch) | |
tree | add024b492aa08be38882e40f0f44a224ee1b728 | |
parent | common,w32: Hide spawned processes by default (diff) | |
download | gnupg-6365338816092845b0e08f25731f8eccc605d042.tar.gz gnupg-6365338816092845b0e08f25731f8eccc605d042.zip |
speedo: Install Spanish translation for Libgpg-error.
--
Signed-off-by: Werner Koch <[email protected]>
-rw-r--r-- | build-aux/speedo/w32/inst.nsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/build-aux/speedo/w32/inst.nsi b/build-aux/speedo/w32/inst.nsi index b89876e44..df08fb074 100644 --- a/build-aux/speedo/w32/inst.nsi +++ b/build-aux/speedo/w32/inst.nsi @@ -743,6 +743,8 @@ Section "-libgpg-error" SEC_libgpg_error File share/locale/de/LC_MESSAGES/libgpg-error.mo SetOutPath "$INSTDIR\share\locale\eo\LC_MESSAGES" File share/locale/eo/LC_MESSAGES/libgpg-error.mo + SetOutPath "$INSTDIR\share\locale\es\LC_MESSAGES" + File share/locale/es/LC_MESSAGES/libgpg-error.mo SetOutPath "$INSTDIR\share\locale\fr\LC_MESSAGES" File share/locale/fr/LC_MESSAGES/libgpg-error.mo SetOutPath "$INSTDIR\share\locale\hu\LC_MESSAGES" @@ -1249,6 +1251,9 @@ Section "-un.libgpg-error" Delete "$INSTDIR\share\locale\eo\LC_MESSAGES\libgpg-error.mo" RMDir "$INSTDIR\share\locale\eo\LC_MESSAGES" RMDir "$INSTDIR\share\locale\eo" + Delete "$INSTDIR\share\locale\es\LC_MESSAGES\libgpg-error.mo" + RMDir "$INSTDIR\share\locale\es\LC_MESSAGES" + RMDir "$INSTDIR\share\locale\es" Delete "$INSTDIR\share\locale\fr\LC_MESSAGES\libgpg-error.mo" RMDir "$INSTDIR\share\locale\fr\LC_MESSAGES" RMDir "$INSTDIR\share\locale\fr" |