Skip to content

Instantly share code, notes, and snippets.

@radiokills
Created December 3, 2013 11:04
Show Gist options
  • Save radiokills/7767442 to your computer and use it in GitHub Desktop.
Save radiokills/7767442 to your computer and use it in GitHub Desktop.
rails locales ds
en:
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})"
number:
format:
precision: 2
currency:
format:
unit: '£'
precision: 2
format: '%u%n'
time:
formats:
dmy: "%d.%m.%Y"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment