Oops; got Basque's locale wrong!
This commit is contained in:
parent
0cf7ae51df
commit
c7508376e4
5 changed files with 34 additions and 30 deletions
22
Makefile
22
Makefile
|
|
@ -6,7 +6,7 @@
|
|||
# bill@newbreedsoftware.com
|
||||
# http://www.newbreedsoftware.com/tuxpaint/
|
||||
|
||||
# June 14, 2002 - December 18, 2003
|
||||
# June 14, 2002 - December 19, 2003
|
||||
|
||||
|
||||
# Where to install things:
|
||||
|
|
@ -207,7 +207,6 @@ uninstall:
|
|||
-rm -r $(DATA_PREFIX)
|
||||
-rm -r $(DOC_PREFIX)
|
||||
-rm $(MAN_PREFIX)/man1/tuxpaint.1.gz
|
||||
-rm $(LOCALE_PREFIX)bs/LC_MESSAGES/tuxpaint.mo
|
||||
-rm $(LOCALE_PREFIX)ca/LC_MESSAGES/tuxpaint.mo
|
||||
-rm $(LOCALE_PREFIX)cs/LC_MESSAGES/tuxpaint.mo
|
||||
-rm $(LOCALE_PREFIX)da/LC_MESSAGES/tuxpaint.mo
|
||||
|
|
@ -215,6 +214,7 @@ uninstall:
|
|||
-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
|
||||
-rm $(LOCALE_PREFIX)eu/LC_MESSAGES/tuxpaint.mo
|
||||
-rm $(LOCALE_PREFIX)fi/LC_MESSAGES/tuxpaint.mo
|
||||
-rm $(LOCALE_PREFIX)fr/LC_MESSAGES/tuxpaint.mo
|
||||
-rm $(LOCALE_PREFIX)he/LC_MESSAGES/tuxpaint.mo
|
||||
|
|
@ -345,10 +345,10 @@ install-gettext:
|
|||
@cp trans/pt_br.mo $(LOCALE_PREFIX)pt_BR/LC_MESSAGES/tuxpaint.mo
|
||||
@chmod 644 $(LOCALE_PREFIX)pt_BR/LC_MESSAGES/tuxpaint.mo
|
||||
@#
|
||||
@echo " bs_BA ...Basque..."
|
||||
@install -d $(LOCALE_PREFIX)bs/LC_MESSAGES
|
||||
@cp trans/bs.mo $(LOCALE_PREFIX)bs/LC_MESSAGES/tuxpaint.mo
|
||||
@chmod 644 $(LOCALE_PREFIX)bs/LC_MESSAGES/tuxpaint.mo
|
||||
@echo " eu_ES ...Basque..."
|
||||
@install -d $(LOCALE_PREFIX)eu/LC_MESSAGES
|
||||
@cp trans/eu.mo $(LOCALE_PREFIX)eu/LC_MESSAGES/tuxpaint.mo
|
||||
@chmod 644 $(LOCALE_PREFIX)eu/LC_MESSAGES/tuxpaint.mo
|
||||
@#
|
||||
@echo " en_GB ...British English..."
|
||||
@install -d $(LOCALE_PREFIX)en_GB/LC_MESSAGES
|
||||
|
|
@ -584,7 +584,6 @@ obj/BeOS_Print.o: src/BeOS_Print.cpp obj src/BeOS_print.h
|
|||
# Build the translation files for gettext
|
||||
|
||||
translations: trans \
|
||||
trans/bs.mo \
|
||||
trans/ca.mo \
|
||||
trans/cs.mo \
|
||||
trans/da.mo \
|
||||
|
|
@ -592,6 +591,7 @@ translations: trans \
|
|||
trans/el.mo \
|
||||
trans/en_gb.mo \
|
||||
trans/es.mo \
|
||||
trans/eu.mo \
|
||||
trans/fi.mo \
|
||||
trans/fr.mo \
|
||||
trans/he.mo \
|
||||
|
|
@ -623,10 +623,6 @@ trans:
|
|||
@echo "...Preparing translation files..."
|
||||
@mkdir trans
|
||||
|
||||
trans/bs.mo: src/messages/bs.po
|
||||
@echo " bs_BA ...Basque..."
|
||||
@msgfmt src/messages/bs.po -o trans/bs.mo
|
||||
|
||||
trans/ca.mo: src/messages/ca.po
|
||||
@echo " ca_ES ...Catalan..."
|
||||
@msgfmt src/messages/ca.po -o trans/ca.mo
|
||||
|
|
@ -655,6 +651,10 @@ trans/es.mo: src/messages/es.po
|
|||
@echo " es_ES ...Spanish..."
|
||||
@msgfmt src/messages/es.po -o trans/es.mo
|
||||
|
||||
trans/eu.mo: src/messages/eu.po
|
||||
@echo " eu_ES ...Basque..."
|
||||
@msgfmt src/messages/eu.po -o trans/eu.mo
|
||||
|
||||
trans/fi.mo: src/messages/fi.po
|
||||
@echo " fi_FI ...Finnish..."
|
||||
@msgfmt src/messages/fi.po -o trans/fi.mo
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue