diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-03-26 10:34:22 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-03-26 10:34:22 +0000 |
| commit | 3b4505de9db48441b08a4af20f8f7cc149de0b21 (patch) | |
| tree | 10fe1c7d8c2fade91c7ff62fb299bb500edf8442 | |
| parent | 88b7359bcea1ff64bf9f138dc701c6fd55ba500c (diff) | |
Install Spanish translation.
| -rw-r--r-- | windows/installer.nsi.32.in | 2 | ||||
| -rw-r--r-- | windows/installer.nsi.64.in | 4 |
2 files changed, 6 insertions, 0 deletions
diff --git a/windows/installer.nsi.32.in b/windows/installer.nsi.32.in index b2bb2f3a9..84b28cff7 100644 --- a/windows/installer.nsi.32.in +++ b/windows/installer.nsi.32.in @@ -102,6 +102,8 @@ File "%binaries%/src/lib/mo/it_IT/libdvdomatic.mo" File "%binaries%/src/wx/mo/it_IT/libdvdomatic-wx.mo" File "%binaries%/src/tools/mo/it_IT/dvdomatic.mo" SetOutPath "$INSTDIR\locale\es\LC_MESSAGES" +File "%binaries%/src/lib/mo/es_ES/dvdomatic.mo" +File "%binaries%/src/wx/mo/es_ES/dvdomatic.mo" File "%binaries%/src/tools/mo/es_ES/dvdomatic.mo" CreateShortCut "$DESKTOP\DVD-o-matic.lnk" "$INSTDIR\bin\dvdomatic.exe" "" diff --git a/windows/installer.nsi.64.in b/windows/installer.nsi.64.in index 921178591..2e3091ff1 100644 --- a/windows/installer.nsi.64.in +++ b/windows/installer.nsi.64.in @@ -111,6 +111,10 @@ SetOutPath "$INSTDIR\locale\it\LC_MESSAGES" File "%binaries%/src/lib/mo/it_IT/libdvdomatic.mo" File "%binaries%/src/wx/mo/it_IT/libdvdomatic-wx.mo" File "%binaries%/src/tools/mo/it_IT/dvdomatic.mo" +SetOutPath "$INSTDIR\locale\es\LC_MESSAGES" +File "%binaries%/src/lib/mo/es_ES/dvdomatic.mo" +File "%binaries%/src/wx/mo/es_ES/dvdomatic.mo" +File "%binaries%/src/tools/mo/es_ES/dvdomatic.mo" CreateShortCut "$DESKTOP\DVD-o-matic.lnk" "$INSTDIR\bin\dvdomatic.exe" "" CreateShortCut "$DESKTOP\DVD-o-matic encode server.lnk" "$INSTDIR\bin\servomatic_gui.exe" "" |
