Merge pull request #227 from pixlwave/doug/localazy

Add localazy.json
This commit is contained in:
Benoit Marty 2023-03-20 10:28:37 +01:00 committed by GitHub
commit 8064ceb68a
5 changed files with 31 additions and 0 deletions

1
.gitignore vendored
View file

@ -90,3 +90,4 @@ lint/tmp/
/.idea/deploymentTargetDropDown.xml
/tmp
.DS_Store

View 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>

View 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>

View 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
View 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" ]
}
]
}
}