commit
2c478f0e49
5 changed files with 31 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -90,3 +90,4 @@ lint/tmp/
|
||||||
/.idea/deploymentTargetDropDown.xml
|
/.idea/deploymentTargetDropDown.xml
|
||||||
|
|
||||||
/tmp
|
/tmp
|
||||||
|
.DS_Store
|
||||||
|
|
|
||||||
4
libraries/ui-strings/src/main/res/values-de/localazy.xml
Normal file
4
libraries/ui-strings/src/main/res/values-de/localazy.xml
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||||
|
<string name="action_confirm">"Bestätigen"</string>
|
||||||
|
</resources>
|
||||||
4
libraries/ui-strings/src/main/res/values-fr/localazy.xml
Normal file
4
libraries/ui-strings/src/main/res/values-fr/localazy.xml
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||||
|
<string name="action_confirm">"Confirmer"</string>
|
||||||
|
</resources>
|
||||||
4
libraries/ui-strings/src/main/res/values/localazy.xml
Normal file
4
libraries/ui-strings/src/main/res/values/localazy.xml
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||||
|
<string name="action_confirm">"Confirm"</string>
|
||||||
|
</resources>
|
||||||
18
localazy.json
Normal file
18
localazy.json
Normal file
|
|
@ -0,0 +1,18 @@
|
||||||
|
{
|
||||||
|
"readKey": "a7876306080832595063-aa37154bb3772f6146890fca868d155b2228b492c56c91f67abdcdfb74d6142d",
|
||||||
|
|
||||||
|
"conversion": {
|
||||||
|
"actions": [
|
||||||
|
{
|
||||||
|
"type": "android",
|
||||||
|
"output": "libraries/ui-strings/src/main/res/values/localazy.xml",
|
||||||
|
"conditions": [ "equals: ${languageCode}, en" ]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "android",
|
||||||
|
"output": "libraries/ui-strings/src/main/res/values-${langAndroidResNoScript}/localazy.xml",
|
||||||
|
"conditions": [ "!equals: ${languageCode}, en" ]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue