forked from Lessica/TrollFools
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.bartycrouch.toml
More file actions
53 lines (47 loc) · 1.71 KB
/
.bartycrouch.toml
File metadata and controls
53 lines (47 loc) · 1.71 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
44
45
46
47
48
49
50
51
52
53
[update]
tasks = ["interfaces", "code", "transform", "translate", "normalize"]
[update.interfaces]
paths = ["TrollFools"]
subpathsToIgnore = [".git", "carthage", "pods", "build", ".build", "docs", "packages", ".theos", ".cache"]
defaultToBase = false
ignoreEmptyStrings = false
unstripped = false
ignoreKeys = ["#bartycrouch-ignore!", "#bc-ignore!", "#i!"]
[update.code]
codePaths = ["TrollFools"]
subpathsToIgnore = [".git", "carthage", "pods", "build", ".build", "docs", "packages", ".theos", ".cache"]
localizablePaths = ["TrollFools"]
defaultToKeys = false
additive = true
customFunction = "LocalizedStringResource"
unstripped = false
plistArguments = true
ignoreKeys = ["#bartycrouch-ignore!", "#bc-ignore!", "#i!"]
overrideComments = false
[update.transform]
codePaths = ["TrollFools"]
subpathsToIgnore = [".git", "carthage", "pods", "build", ".build", "docs", "packages", ".theos", ".cache"]
localizablePaths = ["TrollFools"]
transformer = "foundation"
supportedLanguageEnumPath = "."
typeName = "BartyCrouch"
translateMethodName = "translate"
separateWithEmptyLine = true
[update.translate]
paths = ["TrollFools"]
subpathsToIgnore = [".git", "carthage", "pods", "build", ".build", "docs", "packages", ".theos", ".cache"]
translator = "deepL"
secret = "fec26251-6db0-4d44-b1e1-687930db9258:fx"
sourceLocale = "en"
[update.normalize]
paths = ["TrollFools"]
subpathsToIgnore = [".git", "carthage", "pods", "build", ".build", "docs", "packages", ".theos", ".cache"]
sourceLocale = "en"
harmonizeWithSource = true
sortByKeys = true
separateWithEmptyLine = true
[lint]
paths = ["TrollFools"]
subpathsToIgnore = [".git", "carthage", "pods", "build", ".build", "docs", "packages", ".theos", ".cache"]
duplicateKeys = true
emptyValues = true