Added Albanian translation.
This commit is contained in:
parent
b041c917fb
commit
3f976b6f2e
6 changed files with 538 additions and 35 deletions
13
Makefile
13
Makefile
|
|
@ -6,7 +6,7 @@
|
|||
# bill@newbreedsoftware.com
|
||||
# http://www.newbreedsoftware.com/tuxpaint/
|
||||
|
||||
# June 14, 2002 - October 24, 2004
|
||||
# June 14, 2002 - November 21, 2004
|
||||
|
||||
|
||||
# Where to install things:
|
||||
|
|
@ -280,6 +280,7 @@ uninstall:
|
|||
-rm $(LOCALE_PREFIX)ru/LC_MESSAGES/tuxpaint.mo
|
||||
-rm $(LOCALE_PREFIX)sk/LC_MESSAGES/tuxpaint.mo
|
||||
-rm $(LOCALE_PREFIX)sl/LC_MESSAGES/tuxpaint.mo
|
||||
-rm $(LOCALE_PREFIX)sq/LC_MESSAGES/tuxpaint.mo
|
||||
-rm $(LOCALE_PREFIX)sr/LC_MESSAGES/tuxpaint.mo
|
||||
-rm $(LOCALE_PREFIX)sv/LC_MESSAGES/tuxpaint.mo
|
||||
-rm $(LOCALE_PREFIX)ta/LC_MESSAGES/tuxpaint.mo
|
||||
|
|
@ -450,6 +451,11 @@ install-gettext:
|
|||
@cp trans/af.mo $(LOCALE_PREFIX)af/LC_MESSAGES/tuxpaint.mo
|
||||
@chmod 644 $(LOCALE_PREFIX)af/LC_MESSAGES/tuxpaint.mo
|
||||
@#
|
||||
@echo " sq_AL ...Albanian..."
|
||||
@install -d $(LOCALE_PREFIX)sq/LC_MESSAGES
|
||||
@cp trans/sq.mo $(LOCALE_PREFIX)sq/LC_MESSAGES/tuxpaint.mo
|
||||
@chmod 644 $(LOCALE_PREFIX)sq/LC_MESSAGES/tuxpaint.mo
|
||||
@#
|
||||
@echo " be_BY ...Belarusian..."
|
||||
@install -d $(LOCALE_PREFIX)be/LC_MESSAGES
|
||||
@cp trans/be.mo $(LOCALE_PREFIX)be/LC_MESSAGES/tuxpaint.mo
|
||||
|
|
@ -809,6 +815,7 @@ translations: trans \
|
|||
trans/ru.mo \
|
||||
trans/sk.mo \
|
||||
trans/sl.mo \
|
||||
trans/sq.mo \
|
||||
trans/sr.mo \
|
||||
trans/sv.mo \
|
||||
trans/ta.mo \
|
||||
|
|
@ -976,6 +983,10 @@ trans/sl.mo: src/po/sl.po
|
|||
@echo " sl_SI ...Slovenian..."
|
||||
@msgfmt src/po/sl.po -o trans/sl.mo
|
||||
|
||||
trans/sq.mo: src/po/sq.po
|
||||
@echo " sq_AL ...Albanian..."
|
||||
@msgfmt src/po/sq.po -o trans/sq.mo
|
||||
|
||||
trans/sr.mo: src/po/sr.po
|
||||
@echo " sr_YU ...Serbian..."
|
||||
@msgfmt src/po/sr.po -o trans/sr.mo
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue