Created
December 3, 2013 11:04
-
-
Save radiokills/7767442 to your computer and use it in GitHub Desktop.
rails locales ds
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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