Issue #11: Switched to old-school localization so we can leverage Weblate.
This commit is contained in:
parent
3aee0db9e9
commit
ddcf2070f7
22 changed files with 285 additions and 787 deletions
23
.bartycrouch.toml
Normal file
23
.bartycrouch.toml
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
[update]
|
||||
tasks = ["code", "normalize"]
|
||||
|
||||
[update.code]
|
||||
codePaths = ["."]
|
||||
localizablePaths = ["dns"]
|
||||
defaultToKeys = true
|
||||
additive = false
|
||||
unstripped = false
|
||||
plistArguments = false
|
||||
ignoreKeys = ["#bartycrouch-ignore!", "#bc-ignore!", "#i!"]
|
||||
|
||||
[update.normalize]
|
||||
paths = ["dns"]
|
||||
subpathsToIgnore = ["InfoPlist.strings"]
|
||||
sourceLocale = "en"
|
||||
harmonizeWithSource = true
|
||||
sortByKeys = true
|
||||
|
||||
[lint]
|
||||
paths = ["dns"]
|
||||
duplicateKeys = true
|
||||
emptyValues = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue