mirror of
https://github.com/Jguer/yay.git
synced 2025-10-06 00:05:37 -04:00
fix(locale): add ko to makefile LANGs
This commit is contained in:
parent
2ac2374b47
commit
d6cb4c50e8
2
Makefile
2
Makefile
@ -18,7 +18,7 @@ VERSION ?= ${MAJORVERSION}.${MINORVERSION}.${PATCHVERSION}
|
||||
LOCALEDIR := po
|
||||
SYSTEMLOCALEPATH := $(PREFIX)/share/locale/
|
||||
|
||||
LANGS := pt pt_BR en es eu fr_FR ja pl_PL ru_RU zh_CN
|
||||
LANGS := pt pt_BR en es eu fr_FR ja pl_PL ru_RU zh_CN ko
|
||||
POTFILE := default.pot
|
||||
POFILES := $(addprefix $(LOCALEDIR)/,$(addsuffix .po,$(LANGS)))
|
||||
MOFILES := $(POFILES:.po=.mo)
|
||||
|
Loading…
x
Reference in New Issue
Block a user