diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-03-28 11:05:08 +0300 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-03-28 11:05:08 +0300 |
commit | 327e60af015d786c2d8a6f8a1d9c6ceb72d58b49 (patch) | |
tree | 85568f7564da65814fb1a154a7fcf8f93af03974 /Makefile | |
parent | Update first & last sender after message deletion (diff) | |
download | nheko-327e60af015d786c2d8a6f8a1d9c6ceb72d58b49.tar.xz |
Update translation files
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
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 |