comparison Makefile.am @ 29976:62f0988c666c

Final piece of getting the installer translations integrated with the regular po files. This is a variation of the instructions at: http://nsis.sourceforge.net/Creating_language_files_and_integrating_with_MUI Using a Perl tool that the gcompris folks wrote. The NSIS LangStrings needed to have the underscores removed because .desktop files variable names may not contain underscores. Currently only translations with >=50% coverage will be present in the installer
author Daniel Atallah <daniel.atallah@gmail.com>
date Wed, 19 May 2010 03:26:05 +0000
parents f7d03842b9c9
children 3409f6235155
comparison
equal deleted inserted replaced
29975:5edd3992f59d 29976:62f0988c666c
75 PO_DIR=po 75 PO_DIR=po
76 DESKTOP_FILE=pidgin.desktop 76 DESKTOP_FILE=pidgin.desktop
77 77
78 if ENABLE_GTK 78 if ENABLE_GTK
79 appsdir = $(datadir)/applications 79 appsdir = $(datadir)/applications
80 apps_in_files = pidgin.desktop.in 80 apps_in_files = pidgin.desktop.in pidgin/win32/nsis/nsis_installer.desktop.in
81 apps_DATA = $(apps_in_files:.desktop.in=.desktop) 81 apps_DATA = $(apps_in_files:.desktop.in=.desktop)
82 @INTLTOOL_DESKTOP_RULE@ 82 @INTLTOOL_DESKTOP_RULE@
83 GTK_DIR=pidgin 83 GTK_DIR=pidgin
84 endif #ENABLE_GTK 84 endif #ENABLE_GTK
85 85