summaryrefslogtreecommitdiff
path: root/config/locales/en.yml
blob: f6cfb5efd2ada02443fe7939ad58f9b5922d719e (plain)
1
2
3
4
5
6
7
8
9
10
# Sample localization file for English. Add more files in this directory for other locales.
# See https://github.com/svenfuchs/rails-i18n/tree/master/rails%2Flocale for starting points.

en:
  hello: "Hello world"
  errors:
    messages:
      wrong_size: "is the wrong size (should be %{file_size})"
      size_too_small: "is too small (should be at least %{file_size})"
      size_too_big: "is too big (should be at most %{file_size})"