From 5c505da196505742b4ea744ffce90717ac1e31b6 Mon Sep 17 00:00:00 2001 From: Bryan Larsen Date: Fri, 19 Feb 2010 15:39:37 -0500 Subject: [PATCH] add-translations Translations appear in the `config/locales` directory. We'll edit `app.en.yml` with our translations. SHOW_PATCH --- config/locales/app.en.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/locales/app.en.yml b/config/locales/app.en.yml index 26256ec..869012f 100644 --- a/config/locales/app.en.yml +++ b/config/locales/app.en.yml @@ -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