diff options
author | Juhani Krekelä | 2021-06-28 15:47:41 +0300 |
---|---|---|
committer | Wolfgang Müller | 2021-06-28 16:22:10 +0200 |
commit | d7553f65c1e9b0c5eeded77a2ce7eb521b315f62 (patch) | |
tree | abdc04bb0faf4b841069e21cd01935c63b6b0b81 /Makefile | |
parent | c7613a2c62edf3937ef23ee5135784110335384a (diff) | |
download | weltschmerz-d7553f65c1e9b0c5eeded77a2ce7eb521b315f62.tar.gz |
po: Add Finnish translation
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ LOCALEDIR ?= ${DATAROOTDIR}/locale MANDIR ?= ${DATAROOTDIR}/man VALAC ?= valac -POFILES := po/de.po +POFILES := po/de.po po/fi.po MOFILES := $(POFILES:.po=.mo) .SUFFIXES: |