From c629e996e6b679fba54cc8c0e565666536c58ed5 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Sun, 6 Mar 2022 06:59:58 +0200 Subject: [PATCH 23/23] Msys2 ruledit: Add core domain translations See osdn #43981 Signed-off-by: Marko Lindqvist --- windows/installer_msys2/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/windows/installer_msys2/Makefile b/windows/installer_msys2/Makefile index ebd8832ae4..90a2892ac2 100644 --- a/windows/installer_msys2/Makefile +++ b/windows/installer_msys2/Makefile @@ -256,7 +256,7 @@ install-env-default-fcmp: install-env-common mkdir -p install-$(WINARCH)-$(GUI)/lib/gdk-pixbuf-2.0/ cp -R /$(ARCHDIR)/lib/gdk-pixbuf-2.0/* install-$(WINARCH)-$(GUI)/lib/gdk-pixbuf-2.0/ cp -R /$(ARCHDIR)/share/locale install-$(WINARCH)-$(GUI)/share/ - find install-$(WINARCH)-$(GUI)/share/locale -type f -not -name "freeciv*.mo" -and -not -name gtk30.mo -delete + find install-$(WINARCH)-$(GUI)/share/locale -type f -not -name "freeciv-*.mo" -and -not -name gtk30.mo -delete install-env-gtk3.22: install-env-default-fcmp @@ -277,7 +277,7 @@ install-env-gtk2: install-env-common mkdir -p install-$(WINARCH)-$(GUI)/lib/gtk-2.0/ cp -R /$(ARCHDIR)/lib/gtk-2.0/2.10.0 install-$(WINARCH)-$(GUI)/lib/gtk-2.0/ cp -R /$(ARCHDIR)/share/locale install-$(WINARCH)-$(GUI)/share/ - find install-$(WINARCH)-$(GUI)/share/locale -type f -not -name "freeciv*.mo" -and -not -name gtk20.mo -delete + find install-$(WINARCH)-$(GUI)/share/locale -type f -not -name "freeciv-*.mo" -and -not -name gtk20.mo -delete SDL2_DLLS := \ libSDL2_gfx-1-0-0.dll \ @@ -318,7 +318,7 @@ install-env-qt: install-env-common # add additional Qt files cp -R /$(ARCHDIR)/share/qt5/plugins install-$(WINARCH)-$(GUI)/ cp -R /$(ARCHDIR)/share/locale install-$(WINARCH)-$(GUI)/share/ - find install-$(WINARCH)-$(GUI)/share/locale -type f -not -name "freeciv*.mo" -delete + find install-$(WINARCH)-$(GUI)/share/locale -type f -not -name "freeciv-*.mo" -delete RULEDIT_DLLS := \ libstdc++-6.dll \ @@ -376,7 +376,7 @@ install-env-ruledit: # add additional Qt files cp -R /$(ARCHDIR)/share/qt5/plugins install-$(WINARCH)-ruledit/ cp -R /usr/share/locale install-$(WINARCH)-ruledit/share/ - find install-$(WINARCH)-ruledit/share/locale -type f -not -name "freeciv-ruledit.mo" -delete + find install-$(WINARCH)-ruledit/share/locale -type f -not -name "freeciv-*.mo" -delete # build installer -- 2.34.1