commit: 46812bf39b6a4502f60aa3766b7d503d0534393c
parent: 46ab8d24777ccf85203cdd4bfb7fe5d021b899a3
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Mon, 10 Aug 2020 20:08:14 +0200
Makefile: Add tr.mo to translations
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
@@ -30,7 +30,7 @@ OBJS = uri.o keybindings.o downloads.o badwolf.o
OBJS_test = uri_test.o
EXE = badwolf
EXE_test = uri_test
-TRANS = fr.mo pt_BR.mo
+TRANS = fr.mo pt_BR.mo tr.mo
DOCS = usr.bin.badwolf README.md KnowledgeBase.md interface.txt
CDEPS = -DDATADIR=\"$(DATADIR)\" -DPACKAGE=\"$(PACKAGE)\" -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=200809L -DVERSION=\"$(VERSION_FULL)\"