This repository has been archived by the owner on Jun 21, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 122
/
Copy pathconfig
45 lines (39 loc) · 1.75 KB
/
config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
[main]
host = https://www.transifex.com
minimum_perc = 80
[mapbox-gl-native.foundationstrings-darwin]
file_filter = platform/darwin/resources/<lang>.lproj/Foundation.strings
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 = 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/en.lproj/Foundation.stringsdict
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
source_file = platform/ios/resources/Base.lproj/Localizable.strings
source_lang = en
type = STRINGS
[mapbox-gl-native.localizablestringsdict-ios]
file_filter = platform/ios/resources/<lang>.lproj/Localizable.stringsdict
lang_map = pt_BR: pt-BR, pt_PT: pt-PT, zh_CN: zh-Hans, zh_TW: zh-Hant
source_file = platform/ios/resources/en.lproj/Localizable.stringsdict
source_lang = en
type = STRINGSDICT
[mapbox-gl-native.localizablestrings-macos]
file_filter = platform/macos/sdk/<lang>.lproj/Localizable.strings
lang_map = pt_BR: pt-BR, pt_PT: pt-PT, zh_CN: zh-Hans, zh_TW: zh-Hant
source_file = platform/macos/sdk/Base.lproj/Localizable.strings
source_lang = en
type = STRINGS
[mapbox-gl-native.rootstrings-ios]
file_filter = platform/ios/app/Settings.bundle/<lang>.lproj/Root.strings
lang_map = pt_BR: pt-BR, pt_PT: pt-PT, zh_CN: zh-Hans, zh_TW: zh-Hant
source_file = platform/ios/app/Settings.bundle/Base.lproj/Root.strings
source_lang = en
type = STRINGS