Updated Makefile - LANGS

This commit is contained in:
lucasjome 2020-06-17 10:13:57 -03:00
parent 72dfc6065e
commit fc4b2e57fe

View file

@ -18,7 +18,7 @@ VERSION ?= ${MAJORVERSION}.${MINORVERSION}.${PATCHVERSION}
LOCALEDIR := po
SYSTEMLOCALEPATH := $(PREFIX)/share/locale/
LANGS := pt en fr_FR zh_CN pt_BR
LANGS := pt pt_BR en es fr_FR pl_PL ru_RU zh_CN
POTFILE := default.pot
POFILES := $(addprefix $(LOCALEDIR)/,$(addsuffix .po,$(LANGS)))
MOFILES := $(POFILES:.po=.mo)