Added Telugu support and TTF font (a GPL one in Debian & Ubuntu)

This commit is contained in:
William Kendrick 2007-04-24 08:59:46 +00:00
parent 412b2a35ff
commit 29bcdacab5
11 changed files with 596 additions and 13 deletions

View file

@ -3,11 +3,11 @@
# Tux Paint - A simple drawing program for children.
# Copyright (c) 2002-2006 by Bill Kendrick and others
# Copyright (c) 2002-2007 by Bill Kendrick and others
# bill@newbreedsoftware.com
# http://www.newbreedsoftware.com/tuxpaint/
# http://www.tuxpaint.org/
# June 14, 2002 - October 26, 2006
# June 14, 2002 - April 24, 2007
# The version number, for release:
@ -1007,6 +1007,11 @@ install-gettext:
@cp trans/ta.mo $(LOCALE_PREFIX)/ta/LC_MESSAGES/tuxpaint.mo
@chmod 644 $(LOCALE_PREFIX)/ta/LC_MESSAGES/tuxpaint.mo
@#
@echo " te_IN ...Telugu..."
@install -d $(LOCALE_PREFIX)/te/LC_MESSAGES
@cp trans/te.mo $(LOCALE_PREFIX)/te/LC_MESSAGES/tuxpaint.mo
@chmod 644 $(LOCALE_PREFIX)/te/LC_MESSAGES/tuxpaint.mo
@#
@echo " th_TH ...Thai..."
@install -d $(LOCALE_PREFIX)/th/LC_MESSAGES
@cp trans/th.mo $(LOCALE_PREFIX)/th/LC_MESSAGES/tuxpaint.mo
@ -1310,6 +1315,7 @@ translations: trans \
trans/sv.mo \
trans/sw.mo \
trans/ta.mo \
trans/te.mo \
trans/th.mo \
trans/tl.mo \
trans/tlh.mo \
@ -1555,6 +1561,10 @@ trans/ta.mo: src/po/ta.po
@echo " ta_IN ...Tamil..."
@msgfmt -o trans/ta.mo src/po/ta.po
trans/te.mo: src/po/te.po
@echo " te_IN ...Telugu..."
@msgfmt -o trans/te.mo src/po/te.po
trans/th.mo: src/po/th.po
@echo " th_TH ...Thai..."
@msgfmt -o trans/th.mo src/po/th.po