Added Khmer translation (to confirm whether it worked).

This commit is contained in:
William Kendrick 2008-02-18 08:02:13 +00:00
parent 8358da9946
commit 7e8e3654a7
9 changed files with 768 additions and 10 deletions

View file

@ -7,7 +7,7 @@
# bill@newbreedsoftware.com
# http://www.tuxpaint.org/
# June 14, 2002 - February 10, 2008
# June 14, 2002 - February 17, 2008
# Locale files
@ -68,6 +68,7 @@ uninstall-i18n:
-rm $(LOCALE_PREFIX)/ja/LC_MESSAGES/tuxpaint.mo
-rm $(LOCALE_PREFIX)/ka/LC_MESSAGES/tuxpaint.mo
-rm $(LOCALE_PREFIX)/ko/LC_MESSAGES/tuxpaint.mo
-rm $(LOCALE_PREFIX)/km/LC_MESSAGES/tuxpaint.mo
-rm $(LOCALE_PREFIX)/ku/LC_MESSAGES/tuxpaint.mo
-rm $(LOCALE_PREFIX)/lt/LC_MESSAGES/tuxpaint.mo
-rm $(LOCALE_PREFIX)/mk/LC_MESSAGES/tuxpaint.mo
@ -314,6 +315,11 @@ install-gettext:
@cp trans/tlh.mo $(LOCALE_PREFIX)/tlh/LC_MESSAGES/tuxpaint.mo
@chmod 644 $(LOCALE_PREFIX)/tlh/LC_MESSAGES/tuxpaint.mo
@#
@echo " km_KH ...Khmer..."
@install -d $(LOCALE_PREFIX)/km/LC_MESSAGES
@cp trans/km.mo $(LOCALE_PREFIX)/km/LC_MESSAGES/tuxpaint.mo
@chmod 644 $(LOCALE_PREFIX)/km/LC_MESSAGES/tuxpaint.mo
@#
@echo " rw_RW ...Kinyarwanda..."
@install -d $(LOCALE_PREFIX)/rw/LC_MESSAGES
@cp trans/rw.mo $(LOCALE_PREFIX)/rw/LC_MESSAGES/tuxpaint.mo
@ -583,6 +589,7 @@ translations: trans \
trans/it.mo \
trans/ja.mo \
trans/ka.mo \
trans/km.mo \
trans/ko.mo \
trans/ku.mo \
trans/lt.mo \
@ -789,6 +796,10 @@ trans/ka.mo: src/po/ka.po
@echo " ka_GE ...Georgian..."
@msgfmt -o trans/ka.mo src/po/ka.po
trans/km.mo: src/po/km.po
@echo " km_KH ...Khmer..."
@msgfmt -o trans/km.mo src/po/km.po
trans/ko.mo: src/po/ko.po
@echo " ko_KR ...Korean..."
@msgfmt -o trans/ko.mo src/po/ko.po