Skip to content

Commit

Permalink
chore(locale): update po files
Browse files Browse the repository at this point in the history
  • Loading branch information
Jguer committed Jan 2, 2022
1 parent 0f5df3c commit ac13060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 ko
LANGS := de en es eu fr_FR id it_IT ja ko pl_PL pt pt_BR ru_RU sv tr zh_CN
POTFILE := default.pot
POFILES := $(addprefix $(LOCALEDIR)/,$(addsuffix .po,$(LANGS)))
MOFILES := $(POFILES:.po=.mo)
Expand Down

0 comments on commit ac13060

Please sign in to comment.