Closed rjbeers closed 9 years ago
We can set the locale by locale = :en
or locale = :es
.
We get messages from the config files by using t 'some.key.name'
.
Messages are set in config/locales/*.yml
.
Example config file setup we can use:
en:
pagename:
sectionofthepage:
messagetitle: "Hello world"
Closed by #19
Part of fixing this issue is providing instructions to the team members on how to define text in the views, so it is dynamic.