Skip to content

Commit b9fa581

Browse files
committed
Add missing languages to Makefile LANGS list
Added hu (Hungarian), nl (Dutch), sk (Slovak), vi, and vi_VN (Vietnamese) to the LANGS variable so they are included in the build process.
1 parent 1cbd144 commit b9fa581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ LOCALEDIR := po
1919
SYSTEMLOCALEPATH := $(PREFIX)/share/locale/
2020

2121
# ls -1 po | sed -e 's/\.po$//' | paste -sd " "
22-
LANGS := ca cs de en es eu fr_FR he id it_IT ja ko pl_PL pt_BR pt ru_RU ru sv tr uk zh_CN zh_TW
22+
LANGS := ca cs de en es eu fr_FR he hu id it_IT ja ko nl pl_PL pt_BR pt ru_RU ru sk sv tr uk vi vi_VN zh_CN zh_TW
2323
POTFILE := default.pot
2424
POFILES := $(addprefix $(LOCALEDIR)/,$(addsuffix .po,$(LANGS)))
2525
MOFILES := $(POFILES:.po=.mo)

0 commit comments

Comments
 (0)