Update of /cvsroot/tuxpaint/tuxpaint
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24680
Modified Files:
Makefile
Log Message:
Added Vietnamese translation.
Index: Makefile
===================================================================
RCS file: /cvsroot/tuxpaint/tuxpaint/Makefile,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- Makefile 14 Apr 2004 17:59:29 -0000 1.31
+++ Makefile 14 Apr 2004 20:14:52 -0000 1.32
@@ -6,7 +6,7 @@
# [EMAIL PROTECTED]
# http://www.newbreedsoftware.com/tuxpaint/
-# June 14, 2002 - March 31, 2004
+# June 14, 2002 - April 14, 2004
# Where to install things:
@@ -242,6 +242,7 @@
-rm $(LOCALE_PREFIX)sv/LC_MESSAGES/tuxpaint.mo
-rm $(LOCALE_PREFIX)ta/LC_MESSAGES/tuxpaint.mo
-rm $(LOCALE_PREFIX)tr/LC_MESSAGES/tuxpaint.mo
+ -rm $(LOCALE_PREFIX)vi/LC_MESSAGES/tuxpaint.mo
-rm $(LOCALE_PREFIX)wa/LC_MESSAGES/tuxpaint.mo
-rm $(LOCALE_PREFIX)zh_CN/LC_MESSAGES/tuxpaint.mo
-rm -f -r $(CONFDIR)
@@ -539,6 +540,11 @@
@cp trans/tr.mo $(LOCALE_PREFIX)tr/LC_MESSAGES/tuxpaint.mo
@chmod 644 $(LOCALE_PREFIX)tr/LC_MESSAGES/tuxpaint.mo
@#
+ @echo " vi_VN ...Vietnamese..."
+ @install -d $(LOCALE_PREFIX)vi/LC_MESSAGES
+ @cp trans/vi.mo $(LOCALE_PREFIX)vi/LC_MESSAGES/tuxpaint.mo
+ @chmod 644 $(LOCALE_PREFIX)vi/LC_MESSAGES/tuxpaint.mo
+ @#
@echo " wa_BE ...Walloon..."
@install -d $(LOCALE_PREFIX)wa/LC_MESSAGES
@cp trans/wa.mo $(LOCALE_PREFIX)wa/LC_MESSAGES/tuxpaint.mo
@@ -673,6 +679,7 @@
trans/sv.mo \
trans/ta.mo \
trans/tr.mo \
+ trans/vi.mo \
trans/wa.mo \
trans/zh_cn.mo
@@ -821,6 +828,10 @@
@echo " tr_TR ...Turkish..."
@msgfmt src/messages/tr.po -o trans/tr.mo
+trans/vi.mo: src/messages/vi.po
+ @echo " vi_VN ...Vietnamese..."
+ @msgfmt src/messages/vi.po -o trans/vi.mo
+
trans/wa.mo: src/messages/wa.po
@echo " wa_BE ...Walloon..."
@msgfmt src/messages/wa.po -o trans/wa.mo
_______________________________________________
Tuxpaint-commits mailing list
[EMAIL PROTECTED]
http://tux4kids.net/mailman/listinfo/tuxpaint-commits