diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-05-13 22:09:26 +0300 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-05-13 22:09:26 +0300 |
commit | ccf089ddb650c337dcac75a26990db0360c78024 (patch) | |
tree | f53e81ba35466c84ba0b96519b14346fb4393aa7 /Makefile | |
parent | Add read support for room access options (#324) (diff) | |
download | nheko-ccf089ddb650c337dcac75a26990db0360c78024.tar.xz |
Fix translations
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 606ae24b..4d46e935 100644 --- a/Makefile +++ b/Makefile @@ -46,7 +46,11 @@ docker-debian-appimage: debian-image 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 + lupdate \ + -locations relative \ + -Iinclude/dialogs \ + -Iinclude \ + src/ -ts resources/langs/nheko_*.ts -no-obsolete clean: rm -rf build |