From 1f082ec878ab0755880f3a9ed62aa58c110210bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Helge-Mikael=20Nordg=C3=A5rd?= Date: Mon, 4 Oct 2021 13:43:41 +0000 Subject: [PATCH] Add 'How to translate the program' --- How-to-translate-the-program.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 How-to-translate-the-program.md diff --git a/How-to-translate-the-program.md b/How-to-translate-the-program.md new file mode 100644 index 0000000..2197586 --- /dev/null +++ b/How-to-translate-the-program.md @@ -0,0 +1,5 @@ +Translating the program is fairly easy. All you have [to do is download](https://www.qt.io/download-qt-installer) the Qt installer and when you launch the installer, select only the "Qt Linguist" component. You can install the entire development environment if you want to play around with the source code aswell, but be careful not to upload any test code to the master branch. + +When you have downloaded and installed Qt Linguist, [head over to the repository](https://git.outlands.no/heno/Saeterprosjekt) and fetch the language file you want to translate under ["trans"](https://git.outlands.no/heno/Saeterprosjekt/src/branch/master/trans). Open up the language file in Qt Linguist and get cracking. + +When you are done with the translation you can either send the translation file to the [master branch maintainer](https://git.outlands.no/heno), or upload it yourself using Git. Here is a short walkthrough using Git: \ No newline at end of file