Skip to main content

Resources

Resources are a json file with text values translated (current locale). All resource files must have same object keys.

// en.json
{
"example_text": "This is a example text"
}
// es.json
{
"example_text": "Esto es un texto de prueba"
}