banshee r4250 - in trunk/banshee: . build



Author: abock
Date: Fri Jul 25 19:20:15 2008
New Revision: 4250
URL: http://svn.gnome.org/viewvc/banshee?rev=4250&view=rev

Log:
2008-07-25  Aaron Bockover  <abock gnome org>

    * build/Makefile.am: Patch from Bertrand Lorentz to force UTF-8 local
    when extracting strings from po files to populate the translator
    credits (BGO #506556)



Modified:
   trunk/banshee/ChangeLog
   trunk/banshee/build/Makefile.am

Modified: trunk/banshee/build/Makefile.am
==============================================================================
--- trunk/banshee/build/Makefile.am	(original)
+++ trunk/banshee/build/Makefile.am	Fri Jul 25 19:20:15 2008
@@ -13,7 +13,7 @@
 
 $(TRANSLATOR_EXTRACTOR_ASSEMBLY): TranslatorExtractor.cs
 	if [ "x$(top_srcdir)" = "x$(top_builddir)" ]; then \
-		$(MCS) -out:$@ $< && $(MONO) $@ $(top_builddir)/po > \
+		$(MCS) -out:$@ $< && LC_ALL=en_US.utf8 $(MONO) $@ $(top_builddir)/po > \
 			$(top_srcdir)/src/Core/Banshee.Core/Resources/translators.xml; \
 	fi;
 



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