jhbuild r2089 - in trunk: . jhbuild po



Author: wbolster
Date: Sun May 11 13:15:58 2008
New Revision: 2089
URL: http://svn.gnome.org/viewvc/jhbuild?rev=2089&view=rev

Log:
2008-05-11  Wouter Bolsterlee  <wbolster svn gnome org>

	* jhbuild/main.py, po/Makefile.plain: use 'jhbuild'
	instead of 'messages' for translation catalog filenames.



Modified:
   trunk/ChangeLog
   trunk/jhbuild/main.py
   trunk/po/Makefile.plain

Modified: trunk/jhbuild/main.py
==============================================================================
--- trunk/jhbuild/main.py	(original)
+++ trunk/jhbuild/main.py	Sun May 11 13:15:58 2008
@@ -24,7 +24,7 @@
 
 import gettext
 localedir = os.path.abspath(os.path.join(os.path.dirname(__file__), '../mo'))
-gettext.install('messages', localedir=localedir, unicode=True)
+gettext.install('jhbuild', localedir=localedir, unicode=True)
 import __builtin__
 __builtin__.__dict__['N_'] = lambda x: x
 

Modified: trunk/po/Makefile.plain
==============================================================================
--- trunk/po/Makefile.plain	(original)
+++ trunk/po/Makefile.plain	Sun May 11 13:15:58 2008
@@ -3,7 +3,7 @@
 %.mo: %.po
 	msgfmt -o $@ $<
 	@mkdir -p $(MODIR)/$(strip $(basename $@ .mo))/LC_MESSAGES
-	@mv $@ $(MODIR)/$(strip $(basename $@ .mo))/LC_MESSAGES/messages.mo 
+	@mv $@ $(MODIR)/$(strip $(basename $@ .mo))/LC_MESSAGES/jhbuild.mo 
 
 LANGUAGES=$(shell grep -v '^\#' LINGUAS)
 



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