YAML

Please choose the Generic YAML format for all frameworks that don't have dedicated support and use YAML files to store their translations.

BabelEdit supports YAML format version 1.2 with one language per file — e.g. in a structure like this:

  • translations
    • de.yaml
    • en.yaml
    • fr.yaml

YAML files are supported for Generic YAML and Ember.js

BabelEdit supports YAML 1.2 with one file per language.

product:
    title: Hello world!
    info: The {product} costs {price, number, USD}.