Estonian support.
This commit is contained in:
parent
02026c65cd
commit
ba806a5677
3 changed files with 406 additions and 3 deletions
13
Makefile
13
Makefile
|
|
@ -6,7 +6,7 @@
|
|||
# bill@newbreedsoftware.com
|
||||
# http://www.newbreedsoftware.com/tuxpaint/
|
||||
|
||||
# June 14, 2002 - January 14, 2005
|
||||
# June 14, 2002 - February 13, 2005
|
||||
|
||||
|
||||
# Where to install things:
|
||||
|
|
@ -251,6 +251,7 @@ uninstall:
|
|||
-rm $(LOCALE_PREFIX)cy/LC_MESSAGES/tuxpaint.mo
|
||||
-rm $(LOCALE_PREFIX)da/LC_MESSAGES/tuxpaint.mo
|
||||
-rm $(LOCALE_PREFIX)de/LC_MESSAGES/tuxpaint.mo
|
||||
-rm $(LOCALE_PREFIX)ee/LC_MESSAGES/tuxpaint.mo
|
||||
-rm $(LOCALE_PREFIX)el/LC_MESSAGES/tuxpaint.mo
|
||||
-rm $(LOCALE_PREFIX)en_GB/LC_MESSAGES/tuxpaint.mo
|
||||
-rm $(LOCALE_PREFIX)es/LC_MESSAGES/tuxpaint.mo
|
||||
|
|
@ -523,6 +524,11 @@ install-gettext:
|
|||
@cp trans/nl.mo $(LOCALE_PREFIX)nl/LC_MESSAGES/tuxpaint.mo
|
||||
@chmod 644 $(LOCALE_PREFIX)nl/LC_MESSAGES/tuxpaint.mo
|
||||
@#
|
||||
@echo " ee_EE ...Estonian..."
|
||||
@install -d $(LOCALE_PREFIX)ee/LC_MESSAGES
|
||||
@cp trans/ee.mo $(LOCALE_PREFIX)ee/LC_MESSAGES/tuxpaint.mo
|
||||
@chmod 644 $(LOCALE_PREFIX)ee/LC_MESSAGES/tuxpaint.mo
|
||||
@#
|
||||
@echo " fi_FI ...Finnish..."
|
||||
@install -d $(LOCALE_PREFIX)fi/LC_MESSAGES
|
||||
@cp trans/fi.mo $(LOCALE_PREFIX)fi/LC_MESSAGES/tuxpaint.mo
|
||||
|
|
@ -786,6 +792,7 @@ translations: trans \
|
|||
trans/cy.mo \
|
||||
trans/da.mo \
|
||||
trans/de.mo \
|
||||
trans/ee.mo \
|
||||
trans/el.mo \
|
||||
trans/en_gb.mo \
|
||||
trans/es.mo \
|
||||
|
|
@ -868,6 +875,10 @@ trans/de.mo: src/po/de.po
|
|||
@echo " de_DE ...German..."
|
||||
@msgfmt src/po/de.po -o trans/de.mo
|
||||
|
||||
trans/ee.mo: src/po/ee.po
|
||||
@echo " ee_ET ...Estonian..."
|
||||
@msgfmt src/po/ee.po -o trans/ee.mo
|
||||
|
||||
trans/el.mo: src/po/el.po
|
||||
@echo " el_GR ...Greek..."
|
||||
@msgfmt src/po/el.po -o trans/el.mo
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue