From 9260ea351fe57797a6e867bcbafcaca69e317245 Mon Sep 17 00:00:00 2001 From: lucasjome <15149319+lucasjome@users.noreply.github.com> Date: Tue, 16 Jun 2020 20:47:30 -0300 Subject: [PATCH] Added pt_BR to Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 055e4a4c..4b829dec 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ VERSION ?= ${MAJORVERSION}.${MINORVERSION}.${PATCHVERSION} LOCALEDIR := po SYSTEMLOCALEPATH := $(PREFIX)/share/locale/ -LANGS := pt en fr_FR zh_CN +LANGS := pt en fr_FR zh_CN pt_BR POTFILE := default.pot POFILES := $(addprefix $(LOCALEDIR)/,$(addsuffix .po,$(LANGS))) MOFILES := $(POFILES:.po=.mo)