Description: show translations in GNOME menu
Author: Hideki Yamane <henrich@debian.or.jp>
Bug: http://bugs.debian.org/644905

Index: shotwell-0.11.2/Makefile
===================================================================
--- shotwell-0.11.2.orig/Makefile	2011-09-21 05:33:53.000000000 +0900
+++ shotwell-0.11.2/Makefile	2011-10-10 22:58:31.153856051 +0900
@@ -523,6 +523,23 @@
 	@$(MAKE) --directory=plugins distclean
 
 .PHONY: install
+
+
+# set gettext to work when LANG=C is define
+ifeq "$(LANG)" "C"
+LANG = en_US.UTF-8
+endif
+
+# avoid empty LANG
+ifndef LANG
+LANG = en_US.UTF-8
+endif
+
+# avoid LC_ALL=C
+ifeq "$(LC_ALL)" "C"
+LC_ALL=
+endif
+
 install:
 	cp misc/shotwell.desktop.head misc/shotwell.desktop
 	cp misc/shotwell-viewer.desktop.head misc/shotwell-viewer.desktop
