From e37d1b1d621530dbec7b5b3b7ed17c24a48a727b Mon Sep 17 00:00:00 2001 From: elijah Date: Wed, 19 Jun 2013 00:35:22 -0700 Subject: i18n - added a few strongs to app, fixed language at english for now. --- config/initializers/i18n.rb | 2 ++ config/locales/en.yml | 9 +++++++++ 2 files changed, 11 insertions(+) create mode 100644 config/initializers/i18n.rb diff --git a/config/initializers/i18n.rb b/config/initializers/i18n.rb new file mode 100644 index 0000000..574d169 --- /dev/null +++ b/config/initializers/i18n.rb @@ -0,0 +1,2 @@ + +I18n.available_locales = ['en'] diff --git a/config/locales/en.yml b/config/locales/en.yml index 40cdb4a..f4e35f2 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -9,5 +9,14 @@ en: user_control_panel: "user control panel" created: "Created" + created_by_on: "Created by %{user} on %{time}" updated: "Updated" + none: "None" + unknown: "Unknown" + admin: "Admin" + anonymous: "Anonymous" + save: "Save" + + changes_saved: "Changes saved successfully." + thing_was_successfully_created: "%{thing} was successfully created." \ No newline at end of file -- cgit v1.2.3