-
-
Notifications
You must be signed in to change notification settings - Fork 263
Expand file tree
/
Copy path.tmconfig.toml
More file actions
43 lines (38 loc) · 1.03 KB
/
.tmconfig.toml
File metadata and controls
43 lines (38 loc) · 1.03 KB
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
# .tmconfig.toml — Sky Map (stardroid)
[app]
name = "Sky Map"
description = "a mobile astronomy/planetarium application for Android. Use your astronomy expertise to ensure that astronomical terms like constellation names are correct in the new locale"
primary_languages = [
"sk", "cy", "pt", "ar", "en-GB", "zh-Hant",
"cs", "da", "de", "el", "es", "fa", "fr", "hi",
"id", "it", "ja", "ms", "nb", "nl", "pl", "sl",
"sv", "th", "tr", "uk",
]
[android]
res_path = "app/src/main/res"
[fastlane]
metadata_path = "fastlane/metadata/android"
[files]
android = [
"strings.xml",
"celestial_objects.xml",
"celestial_info_cards.xml",
"credits.xml",
"arrays.xml",
"help.xml",
"whatsnew.xml",
"whatsnew_content.xml",
]
android_skip = [
"notranslate-arrays.xml",
"notranslate-contributors.xml",
"notranslate-sponsors.xml",
]
fastlane = [
"title.txt",
"short_description.txt",
"full_description.txt",
"changelogs/default.txt",
]
[discovery]
resource_qualifier_excludes = ["w820dp"]