diff options
author | elijah <elijah@riseup.net> | 2013-06-23 22:21:55 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2013-06-23 22:21:55 -0700 |
commit | 8083bf9ab76e7f253b94979cd9102250d70350d0 (patch) | |
tree | 006e3204459e791a4e903d7e032f9a021eb3ea8e /config | |
parent | 7190ef710f246ddd86faed3c62bcfb5026fcbf83 (diff) |
moved app locales to core gem.
Diffstat (limited to 'config')
-rw-r--r-- | config/locales/en.yml | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index f4e35f2..63f1c3e 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1,22 +1 @@ -# Sample localization file for English. Add more files in this directory for other locales. -# See https://github.com/svenfuchs/rails-i18n/tree/master/rails%2Flocale for starting points. - en: - hello: "Hello world" - no_such_thing: "No such %{thing}." - - overview: "Overview" - 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 |