diff options
author | Minh Nguyễn <mxn@1ec5.org> | 2017-09-12 23:53:28 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-12 23:53:28 -0700 |
commit | ef12dc082239ca42209483545edb017c799aea9a (patch) | |
tree | 1b87880d2f9e4e3e1061c4527bba4c94a1bc19dc /.tx | |
parent | bb8dd4705ce2cfebbcee76441dcdacbca90ffcd8 (diff) | |
download | qtlocation-mapboxgl-ef12dc082239ca42209483545edb017c799aea9a.tar.gz |
[android, ios, macos] Russian, Ukrainian, Hungarian and other localization updates (#9945)
* [android, ios, macos] Updated Russian localization
Added a Russian localization of the Android SDK. Updated the iOS and macOS Russian localizations.
* [android, ios, macos] Updated Ukrainian localization
Added a Ukrainian localization of the Android SDK. Updated the iOS and macOS Ukrainian localizations.
* [ios, macos] Updated Traditional Chinese localization
* [macos] Added Hungarian localization
* [android] corrected typos
* [ios, macos] Updated Ukrainian localization
* [android, ios, macos] Configured Foundation.stringsdict on Transifex
* [ios, macos] Pulled in Foundation.stringsdict from Transifex
Updated the German, Lithuanian, and Vietnamese localizations with Foundation.stringsdict files matching Transifex.
Diffstat (limited to '.tx')
-rw-r--r-- | .tx/config | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.tx/config b/.tx/config index b464acb01a..e3224ff4ce 100644 --- a/.tx/config +++ b/.tx/config @@ -9,6 +9,13 @@ source_file = platform/darwin/resources/Base.lproj/Foundation.strings source_lang = en type = STRINGS +[mapbox-gl-native.foundationstringsdict-darwin] +file_filter = platform/darwin/resources/<lang>.lproj/Foundation.stringsdict +lang_map = pt_BR: pt-BR, pt_PT: pt-PT, zh_CN: zh-Hans, zh_TW: zh-Hant +source_file = platform/darwin/resources/Base.lproj/Foundation.strings +source_lang = en +type = STRINGSDICT + [mapbox-gl-native.localizablestrings-ios] file_filter = platform/ios/resources/<lang>.lproj/Localizable.strings lang_map = pt_BR: pt-BR, pt_PT: pt-PT, zh_CN: zh-Hans, zh_TW: zh-Hant |