forked from mapbox/mapbox-java
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig
More file actions
27 lines (23 loc) · 910 Bytes
/
Copy pathconfig
File metadata and controls
27 lines (23 loc) · 910 Bytes
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
[main]
host = https://www.transifex.com
minimum_perc = 80
[mapbox-java.libandroiduistrings]
file_filter = mapboxmapbox/libandroid-ui/src/main/res/values-<lang>/strings.xml
source_file = mapbox/libandroid-ui/src/main/res/values/strings.xml
source_lang = en
type = ANDROID
[mapbox-java.libandroidtelemetrystrings]
file_filter = mapbox/libandroid-telemetry/src/main/res/values-<lang>/strings.xml
source_file = mapbox/libandroid-telemetry/src/main/res/values/strings.xml
source_lang = en
type = ANDROID
[mapbox-java.libandroidservicesstrings]
file_filter = mapbox/libandroid-services/src/main/res/values-<lang>/strings.xml
source_file = mapbox/libandroid-services/src/main/res/values/strings.xml
source_lang = en
type = ANDROID
[mapbox-java.testappstrings]
file_filter = mapbox/app/src/main/res/values-<lang>/strings.xml
source_file = mapbox/app/src/main/res/values/strings.xml
source_lang = en
type = ANDROID