Skip to content

Commit

Permalink
add-translations
Browse files Browse the repository at this point in the history
Translations appear in the `config/locales` directory.  We'll edit
`app.en.yml` with our translations.

SHOW_PATCH
  • Loading branch information
bryanlarsen authored and iox committed Aug 12, 2013
1 parent 214f6f1 commit fa8e1ba
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/locales/app.en.yml
Expand Up @@ -4,6 +4,12 @@
en:
hello: "Hello world"

front_title: "Projects you created"

project:
collection:
empty_message: "You do not have any projects"

# attributes:
# created_at: Created at
# updated_at: Updated at
Expand Down

0 comments on commit fa8e1ba

Please sign in to comment.