[gimp/gimp-2-8] Installer: move language files to a subdirectory



commit 7506a26940a544980dbd10b0b32dc669e9ba1336
Author: Jernej SimonÄiÄ <jernej+s-gnome eternallybored org>
Date:   Sat Jul 21 22:50:02 2012 +0200

    Installer: move language files to a subdirectory

 build/windows/installer/gimp3264.iss            |    6 +++---
 build/windows/installer/{ => lang}/de.setup.isl |    0
 build/windows/installer/{ => lang}/en.setup.isl |    0
 build/windows/installer/{ => lang}/sl.setup.isl |    0
 4 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/build/windows/installer/gimp3264.iss b/build/windows/installer/gimp3264.iss
index c9ec326..1d12b2d 100644
--- a/build/windows/installer/gimp3264.iss
+++ b/build/windows/installer/gimp3264.iss
@@ -161,9 +161,9 @@ SignedUninstallerDir=_Uninst
 #endif //NOCOMPRESSION
 
 [Languages]
-Name: "en"; MessagesFile: "compiler:Default.isl,en.setup.isl"
-Name: "sl"; MessagesFile: "compiler:Languages\Slovenian.isl,sl.setup.isl"
-Name: "de"; MessagesFile: "compiler:Languages\German.isl,de.setup.isl"
+Name: "en"; MessagesFile: "compiler:Default.isl,lang\en.setup.isl"
+Name: "sl"; MessagesFile: "compiler:Languages\Slovenian.isl,lang\sl.setup.isl"
+Name: "de"; MessagesFile: "compiler:Languages\German.isl,lang\de.setup.isl"
 ;Name: "ro"; MessagesFile: "Romanian.islu,ro.setup.islu"
 
 [Types]
diff --git a/build/windows/installer/de.setup.isl b/build/windows/installer/lang/de.setup.isl
similarity index 100%
rename from build/windows/installer/de.setup.isl
rename to build/windows/installer/lang/de.setup.isl
diff --git a/build/windows/installer/en.setup.isl b/build/windows/installer/lang/en.setup.isl
similarity index 100%
rename from build/windows/installer/en.setup.isl
rename to build/windows/installer/lang/en.setup.isl
diff --git a/build/windows/installer/sl.setup.isl b/build/windows/installer/lang/sl.setup.isl
similarity index 100%
rename from build/windows/installer/sl.setup.isl
rename to build/windows/installer/lang/sl.setup.isl



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]