Gujarati translation support was not being compiled.
This commit is contained in:
parent
a0bdbfa6d8
commit
07035f0c75
1 changed files with 5 additions and 0 deletions
5
Makefile
5
Makefile
|
|
@ -1151,6 +1151,7 @@ translations: trans \
|
|||
trans/gd.mo \
|
||||
trans/gl.mo \
|
||||
trans/gos.mo \
|
||||
trans/gu.mo \
|
||||
trans/he.mo \
|
||||
trans/hi.mo \
|
||||
trans/hr.mo \
|
||||
|
|
@ -1291,6 +1292,10 @@ trans/gos.mo: src/po/gos.po
|
|||
@echo " gos_NL ...Gronings..."
|
||||
@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
|
||||
@echo " he_IL ...Hebrew..."
|
||||
@msgfmt -o trans/he.mo src/po/he.po
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue