blob: fd461119fe30f4357dc43d791b06e3057316135f (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# 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"
"true": "yes"
"false": "no"
time:
formats:
short: "%d %b %y %H:%M"
hour: "%H:%M"
|