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