The configuration process centers around the localazy.json
file in your project root.
An example configuration includes:
{
"writeKey": "your-write-key",
"readKey": "your-read-key",
"upload": {
"type": "json",
"files": {
"pattern": "src/**/locales/*.json",
"path": "${path}",
"file": "${file}"
}
},
"download": {
"files": "src/locales/${lang}/${file}"
}
}
The configuration supports variables, conditions, transformations, and format-specific features. You can also include group definitions for organizing different sets of files and rules for handling special cases.
Please help us with improving our documentation.
We appreciate all your feedback.