summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-03-28 11:05:08 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-03-28 11:05:08 +0300
commit327e60af015d786c2d8a6f8a1d9c6ceb72d58b49 (patch)
tree85568f7564da65814fb1a154a7fcf8f93af03974 /Makefile
parentUpdate first & last sender after message deletion (diff)
downloadnheko-327e60af015d786c2d8a6f8a1d9c6ceb72d58b49.tar.xz
Update translation files
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a63a228f..a8ba1826 100644
--- a/Makefile
+++ b/Makefile
@@ -47,5 +47,8 @@ docker-debian-appimage: debian-image
 	docker run -v `pwd`:/build nheko-debian-appimage make release
 	docker run --privileged -v `pwd`:/build nheko-debian-appimage make linux-deploy
 
+update-translations:
+	lupdate src/**/*.cc src/**/*.cpp -ts resources/langs/nheko_*.ts -no-obsolete
+
 clean:
 	rm -rf build