summaryrefslogtreecommitdiff
path: root/vendor/bundle/ruby/3.4.0/gems/liquid-4.0.4/test/fixtures/en_locale.yml
blob: 0b113c676e9b6df50e068965c9aebf6c36f132cf (plain)
1
2
3
4
5
6
7
8
9
---
  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"