Gujarati translation support was not being compiled.

This commit is contained in:
Karl Ove Hufthammer 2006-07-15 18:23:50 +00:00
parent a0bdbfa6d8
commit 07035f0c75

View file

@ -1151,6 +1151,7 @@ translations: trans \
trans/gd.mo \ trans/gd.mo \
trans/gl.mo \ trans/gl.mo \
trans/gos.mo \ trans/gos.mo \
trans/gu.mo \
trans/he.mo \ trans/he.mo \
trans/hi.mo \ trans/hi.mo \
trans/hr.mo \ trans/hr.mo \
@ -1291,6 +1292,10 @@ trans/gos.mo: src/po/gos.po
@echo " gos_NL ...Gronings..." @echo " gos_NL ...Gronings..."
@msgfmt -o trans/gos.mo src/po/gos.po @msgfmt -o trans/gos.mo src/po/gos.po
trans/gu.mo: src/po/gu.po
@echo " gu ...Gujarati..."
@msgfmt -o trans/gu.mo src/po/gu.po
trans/he.mo: src/po/he.po trans/he.mo: src/po/he.po
@echo " he_IL ...Hebrew..." @echo " he_IL ...Hebrew..."
@msgfmt -o trans/he.mo src/po/he.po @msgfmt -o trans/he.mo src/po/he.po