mirror of
https://github.com/Jguer/yay.git
synced 2024-11-06 09:07:21 +01:00
Updated Makefile - LANGS
This commit is contained in:
parent
72dfc6065e
commit
fc4b2e57fe
2
Makefile
2
Makefile
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user