Add localazy.json

This commit is contained in:
Doug 2023-03-17 15:12:27 +00:00
parent f1b5fed255
commit dcc931f611
5 changed files with 31 additions and 0 deletions

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