Unverified Commit c0ce9133 authored by Gus Grubba's avatar Gus Grubba Committed by GitHub

Merge pull request #6938 from mavlink/localizationWork

Adding Turkish and German
parents 9dae33ae 629e8c01
......@@ -7,7 +7,8 @@ Note: This file only contains high level features or important fixes.
### 3.5.0 - Daily Build
* Add support for specifying fixed RTK based station location in Settings/General.
* Added Airmap integration to QGC
* Add ESTIMATOR_STATUS values to new estimatorStatus Vehicle FactGroup. These are now available to display in instrument panel.
* Added ESTIMATOR_STATUS values to new estimatorStatus Vehicle FactGroup. These are now available to display in instrument panel.
* Added Chinese and Turkish localization and partial German localization.
* Make Distance to GCS available for display from instrument panel.
* Make Heading to Home available for display from instrument panel.
......
<RCC>
<qresource prefix="/localization">
<file alias="qgc_zh_CN.qm">localization/qgc_zh-CN.qm</file>
<file alias="qgc_de_DE.qm">localization/qgc_de-DE.qm</file>
<file alias="qgc_tr.qm">localization/qgc_tr.qm</file>
</qresource>
<qresource prefix="/fonts">
<file alias="opensans">resources/fonts/OpenSans-Regular.ttf</file>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment