Files
liquid/test/fixtures/en_locale.yml
2013-08-30 12:31:57 -04:00

10 lines
253 B
YAML

---
simple: "less is more"
whatever: "something %{something}"
errors:
i18n:
undefined_interpolation: "undefined key %{key}"
unknown_translation: "translation '%{name}' wasn't found"
syntax:
oops: "something wasn't right"