10 lines
290 B
YAML
10 lines
290 B
YAML
|
# Sample localization file for English. Add more files in this directory for other locales.
|
||
|
# See http://github.com/svenfuchs/rails-i18n/tree/master/rails%2Flocale for starting points.
|
||
|
|
||
|
en:
|
||
|
hello: "Hello world"
|
||
|
wicked:
|
||
|
first: "first"
|
||
|
second: "second"
|
||
|
last_step: "last_step"
|