pidgin: 1ea3865b: Make sure that the translations in the i...

datallah at pidgin.im datallah at pidgin.im
Wed Jun 2 23:11:01 EDT 2010


-----------------------------------------------------------------
Revision: 1ea3865b477734411bc371709c1d29d4a4be04ab
Ancestor: df74d7caca3d52c69d1513a3e75f8b0b31ce5de9
Author: datallah at pidgin.im
Date: 2010-06-03T03:08:22
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/1ea3865b477734411bc371709c1d29d4a4be04ab

Modified files:
        Makefile.mingw

ChangeLog: 

Make sure that the translations in the installer are displayed sorted.

-------------- next part --------------
============================================================
--- Makefile.mingw	a1b1a8abd58ab26d2c76e3bb5213a37e12e93238
+++ Makefile.mingw	278b7927f9db6f3ca164fc359d0670cab097d1bb
@@ -107,7 +107,7 @@ generate_installer_includes: create_rele
 	rm -f pidgin/win32/nsis/pidgin-translations.nsh pidgin/win32/nsis/pidgin-spellcheck.nsh pidgin/win32/nsis/pidgin-spellcheck-preselect.nsh
 	find $(STRIPPED_RELEASE_DIR)/locale -maxdepth 1 -mindepth 1 \
 	 -exec basename {} ';' \
-	 | sed -e s/^/\!insertmacro\ LANG_SECTION\ \"/ -e s/$$/\"/ \
+	 | LC_ALL=C sort | sed -e s/^/\!insertmacro\ LANG_SECTION\ \"/ -e s/$$/\"/ \
 	 > pidgin/win32/nsis/pidgin-translations.nsh
 	#Convert the available.lst lines to "!insertmacro SPELLCHECK_SECTION lang lang_name lang_file"
 	sed -e "/^#/d" -e "s/^[^,]\{1,\},[^,]\{1,\},/\"/" \


More information about the Commits mailing list