Added skeleton for Croatian translation.
This commit is contained in:
parent
e3d1116845
commit
423f6ddce9
8 changed files with 536 additions and 13 deletions
13
Makefile
13
Makefile
|
|
@ -6,7 +6,7 @@
|
|||
# bill@newbreedsoftware.com
|
||||
# http://www.newbreedsoftware.com/tuxpaint/
|
||||
|
||||
# June 14, 2002 - May 9, 2004
|
||||
# June 14, 2002 - May 16, 2004
|
||||
|
||||
|
||||
# Where to install things:
|
||||
|
|
@ -222,6 +222,7 @@ uninstall:
|
|||
-rm $(LOCALE_PREFIX)fi/LC_MESSAGES/tuxpaint.mo
|
||||
-rm $(LOCALE_PREFIX)fr/LC_MESSAGES/tuxpaint.mo
|
||||
-rm $(LOCALE_PREFIX)he/LC_MESSAGES/tuxpaint.mo
|
||||
-rm $(LOCALE_PREFIX)hr/LC_MESSAGES/tuxpaint.mo
|
||||
-rm $(LOCALE_PREFIX)hu/LC_MESSAGES/tuxpaint.mo
|
||||
-rm $(LOCALE_PREFIX)id/LC_MESSAGES/tuxpaint.mo
|
||||
-rm $(LOCALE_PREFIX)is/LC_MESSAGES/tuxpaint.mo
|
||||
|
|
@ -402,6 +403,11 @@ install-gettext:
|
|||
@cp trans/zh_cn.mo $(LOCALE_PREFIX)zh_CN/LC_MESSAGES/tuxpaint.mo
|
||||
@chmod 644 $(LOCALE_PREFIX)zh_CN/LC_MESSAGES/tuxpaint.mo
|
||||
@#
|
||||
@echo " hr_HR ...Croatian..."
|
||||
@install -d $(LOCALE_PREFIX)hr/LC_MESSAGES
|
||||
@cp trans/hr.mo $(LOCALE_PREFIX)hr/LC_MESSAGES/tuxpaint.mo
|
||||
@chmod 644 $(LOCALE_PREFIX)hr/LC_MESSAGES/tuxpaint.mo
|
||||
@#
|
||||
@echo " cs_CZ ...Czech..."
|
||||
@install -d $(LOCALE_PREFIX)cs/LC_MESSAGES
|
||||
@cp trans/cs.mo $(LOCALE_PREFIX)cs/LC_MESSAGES/tuxpaint.mo
|
||||
|
|
@ -671,6 +677,7 @@ translations: trans \
|
|||
trans/fi.mo \
|
||||
trans/fr.mo \
|
||||
trans/he.mo \
|
||||
trans/hr.mo \
|
||||
trans/hu.mo \
|
||||
trans/id.mo \
|
||||
trans/is.mo \
|
||||
|
|
@ -762,6 +769,10 @@ trans/he.mo: src/messages/he.po
|
|||
@echo " he_IL ...Hebrew..."
|
||||
@msgfmt src/messages/he.po -o trans/he.mo
|
||||
|
||||
trans/hr.mo: src/messages/hr.po
|
||||
@echo " hr_HR ...Croatian..."
|
||||
@msgfmt src/messages/hr.po -o trans/hr.mo
|
||||
|
||||
trans/hu.mo: src/messages/hu.po
|
||||
@echo " hu_HU ...Hungarian..."
|
||||
@msgfmt src/messages/hu.po -o trans/hu.mo
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue