From d524ada4f1c27a57d735e17ec7ad93b061a8bb8f Mon Sep 17 00:00:00 2001 From: Martchus Date: Fri, 6 Oct 2017 17:12:55 +0200 Subject: [PATCH] Update documentation about adding translations --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d937ea8..5c8692d 100644 --- a/README.md +++ b/README.md @@ -190,7 +190,8 @@ Currently translations for English and German are available. Further translation can be added quite easily: 1. Append a new translation file for the desired locale to the `TS_FILES` list - in `connector/CMakeLists.txt`, `model/CMakeLists.txt` and `tray/CMakeLists.txt`. + in `connector/CMakeLists.txt`, `model/CMakeLists.txt`, `widgets/CMakeLists.txt`, + `plasmoid/CMakeLists.txt` and `tray/CMakeLists.txt`. 2. Trigger a new build, eg. follow steps under *Building this straight*. 3. New translation files should have been created by the build system under `connector/translations`, `model/translations` and `tray/translations`. @@ -198,6 +199,8 @@ can be added quite easily: the [Qt Tools repository](http://code.qt.io/cgit/qt/qttools.git/) and its usage is [well documented](http://doc.qt.io/qt-5/linguist-translators.html). +Note that the CLI `syncthingctl` currently does not support translations. + ### Using backend libraries Note that the contained backend libraries (which provide connecting to Syncthing, data models and more) are written for internal use whithin the components contained by this repository.