Changes between Version 42 and Version 43 of Translating
- Timestamp:
- Aug 14, 2019 8:19:18 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Translating
v42 v43 1 1 = Translating !VirtualBox (I18N) = 2 2 3 This document describes how users without a strong technical background in software engineering can contribute translations to other languages. The process is very straightforward and based on the easy to use [https://doc.qt.io/qt-5/qtlinguist-index.html Qt Linguist] tool which is a part of the Qt toolkit for C++ version 4.3 This document describes how users without a strong technical background in software engineering can contribute translations to other languages. The process is very straightforward and based on the easy to use [https://doc.qt.io/qt-5/qtlinguist-index.html Qt Linguist] tool which is a part of the Qt toolkit for C++ version 5. 4 4 5 5 If you are just wanting to point out a mistake or any other issue with one of the existing translations, you should add a comment onto the end of ticket:4503. Translators are encouraged to subscribe to that ticket by adding a short comment onto it themselves so that they will be notified about updates to the ticket. … … 39 39 == Prerequisites == 40 40 41 To create a new or update an existing translation, you will need the [https://doc.qt.io/qt-5/qtlinguist-index.html Qt Linguist tool], to edit {{{.ts}}} files. In order to get Qt Linguist, download the latest 4.x.x version of the Open Source Edition of the Qt toolkit for C++ for your platform from the [http://www.qt.io/download-open-source/ Qt web site]. Alternatively, you can try to download the toolkit sources and compile them yourself to get a Qt Linguist application. Please note that we will not accept translation files processed by Qt Linguist version 3 (part of Qt Toolkit 3.x.x) because the format of language files is incompatible with Qt4.41 To create a new or update an existing translation, you will need the [https://doc.qt.io/qt-5/qtlinguist-index.html Qt Linguist tool], to edit {{{.ts}}} files. In order to get Qt Linguist, download the latest 5.x.x version of the Open Source Edition of the Qt toolkit for C++ for your platform from the [http://www.qt.io/download-open-source/ Qt web site]. Alternatively, you can try to download the toolkit sources and compile them yourself to get a Qt Linguist application. Please note that we will not accept translation files processed by Qt Linguist version 3 (part of Qt Toolkit 3.x.x) because the format of language files is incompatible with the newer versions of Qt. 42 42 43 43 Note that the full !VirtualBox source code is '''not''' necessary to perform a translation or to test it. See below for detailed instructions.