From 2c9bf8961ff0c358d5a8ac04498168241c3ca650 Mon Sep 17 00:00:00 2001 From: Martchus Date: Wed, 31 Jul 2019 20:04:25 +0200 Subject: [PATCH] Update documentation for adding translations --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 19e1c37..59a7739 100644 --- a/README.md +++ b/README.md @@ -273,10 +273,13 @@ 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`, `widgets/CMakeLists.txt`, - `plasmoid/CMakeLists.txt` and `tray/CMakeLists.txt`. + `fileitemactionplugin/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`. + `connector/translations`, `model/translations`, `widgets/translations`, + `fileitemactionplugin/translations`, `plasmoid/translations` and + `tray/translations`. 4. Open the files with Qt Linguist to add translations. Qt Linguist is part of 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).