Basic try to put i18n into windows installers.
authorCarl Hetherington <cth@carlh.net>
Thu, 7 Mar 2013 23:56:24 +0000 (23:56 +0000)
committerCarl Hetherington <cth@carlh.net>
Thu, 7 Mar 2013 23:56:24 +0000 (23:56 +0000)
windows/installer.nsi.32.in
windows/installer.nsi.64.in

index ccbdd1bd8a384361123e4e93e90ae238b0df8e1e..0a993d6bf03f7949fe39fa4dad827edc48947e6d 100644 (file)
@@ -86,6 +86,11 @@ File "%binaries%/src/tools/dvdomatic.exe"
 File "%binaries%/src/tools/servomatic_cli.exe"
 File "%binaries%/src/tools/servomatic_gui.exe"
 
+SetOutPath "$INSTDIR\locale\fr_FR"
+
+File "%binaries%/src/tools/mo/fr_FR/dvdomatic.mo"
+File "%binaries%/src/lib/mo/fr_FR/libdvdomatic.mo"
+
 # I don't know why, but sometimes it seems that 
 # delegates.xml must be in with the binaries, and
 # sometimes in the $PROFILE.  Meh.
index 9f47f0056e481a2258752d5c1115a9668fd07bdb..33e3c7fe17da437525e869ec5623e678b94fe65a 100644 (file)
@@ -96,6 +96,11 @@ File "%binaries%/src/tools/dvdomatic.exe"
 File "%binaries%/src/tools/servomatic_cli.exe"
 File "%binaries%/src/tools/servomatic_gui.exe"
 
+SetOutPath "$INSTDIR\locale\fr_FR"
+
+File "%binaries%/src/tools/mo/fr_FR/dvdomatic.mo"
+File "%binaries%/src/lib/mo/fr_FR/libdvdomatic.mo"
+
 # I don't know why, but sometimes it seems that 
 # delegates.xml must be in with the binaries, and
 # sometimes in the $PROFILE.  Meh.