Beam/localazy.json
Doug 4a7a861a4c
Add Localazy for Strings. (#706)
- Namespaced under L10n.
- Old strings moved to Legacy.strings[dict].
2023-03-17 16:17:45 +00:00

29 lines
691 B
JSON

{
"readKey": "a7876306080832595063-aa37154bb3772f6146890fca868d155b2228b492c56c91f67abdcdfb74d6142d",
"conversion": {
"actions": [
{
"type": "ios-strings",
"output": "ElementX/Resources/Localizations/${iosLprojFolder}/Localizable.strings",
"filterPlurals": true,
"replacements": {
"%s": "%@",
"$s": "$@"
}
},
{
"type": "ios-stringsdict",
"output": "ElementX/Resources/Localizations/${iosLprojFolder}/Localizable.stringsdict",
"replacements": {
"%s": "%@",
"$s": "$@"
},
"params": {
"variable": "COUNT"
}
}
]
}
}