export default {
key: 'Value',
anotherKey: 'Another value',
...
extracted: 'Extracted string will be added like this',
...
some_key: {
nested_key: 'Nested keys are also supported',
},
...
multiline: 'An explicitly multiline strings\nwill be extracted like this.'
}
// module.exports = {} is also supported
Configure formatting at the IDE level in Preferences | Editor | Code Style | JSON.
Request support at i18n-ally@lokalise.com.
{
some_metadata: {
'nonTranslationKey: true
},
translations: {
key: 'This is NOT supported, because i18n Ally calls it like `translations.key` while the app would use just `key`'
}
}
{
"other_key": {
"translation": "Complex structure per key is NOT supported",
"notes": ""
}
}