Add Hungarian and Finnish [skip ci]

Signed-off-by: Dan Yeaw <dan@yeaw.me>
This commit is contained in:
Dan Yeaw 2021-08-27 14:53:03 -07:00
parent 0a91816332
commit 4c7add7b08
No known key found for this signature in database
GPG Key ID: 42239C515C9B9841

View File

@ -1,4 +1,4 @@
LANGS=ca es fr hr it nl pt_BR ru sv
LANGS=ca es fr hr it nl pt_BR ru sv hu fi
SRCS=$(shell find ../gaphor -path ../gaphor/locale -prune -o -print)
MO_FILES=$(patsubst %,../gaphor/locale/%/LC_MESSAGES/gaphor.mo,$(LANGS))