fluent-bundle 0.10.2

A localization system designed to unleash the entire expressive power of natural language translations.
Documentation
suites:
  -
    name: Errors
    resources:
      -
        source: |-
          foo = {$one} and {$two}
    tests:
      -
        name: Reporting into an array
        asserts:
          -
            id: foo
            value: "{$one} and {$two}"
            errors:
              -
                type: Reference
                desc: "Unknown variable: $one"
              -
                type: Reference
                desc: "Unknown variable: $two"