YAML (nested, flat)
Babli supports YAML files for nested and flat formats.
Simple (flat)
hero.title: Hello Worldhero.text: This is a descriptionfooter.text: This is a footer text
With english as a key
Hello World: Hello WorldThis is a description: This is a descriptionThis is a footer text: This is a footer text
Nested
hero: title: Hello World text: This is a descriptionfooter: text: This is a footer text