Commit a035ea60
Changed files (4)
config/locales/controllers/my/passwords/en.yml
@@ -1,5 +1,6 @@
+---
en:
my:
passwords:
- updated: 'Your password was updated.'
- passwords_do_not_match: 'The passwords should match and should be a minimum of 6 characters.'
+ passwords_do_not_match: The passwords should match and should be a minimum of 6 characters.
+ updated: Your password was updated.
config/locales/controllers/passwords/en.yml
@@ -1,3 +1,4 @@
+---
en:
passwords:
- send_instructions: 'You will receive an email with instructions about how to reset your password in a few minutes.'
+ send_instructions: You will receive an email with instructions about how to reset your password in a few minutes.
config/locales/controllers/sessions/en.yml
@@ -1,5 +1,6 @@
+---
en:
sessions:
create:
failure:
- invalid: 'Invalid email or password.'
+ invalid: Invalid email or password.
config/locales/en.yml
@@ -1,32 +1,12 @@
-# Files in the config/locales directory are used for internationalization
-# and are automatically loaded by Rails. If you want to use locales other
-# than English, add the necessary files in this directory.
-#
-# To use the locales, use `I18n.t`:
-#
-# I18n.t 'hello'
-#
-# In views, this is aliased to just `t`:
-#
-# <%= t('hello') %>
-#
-# To use a different locale, set it with `I18n.locale`:
-#
-# I18n.locale = :es
-#
-# This would use the information in config/locales/es.yml.
-#
-# To learn more, please read the Rails Internationalization guide
-# available at http://guides.rubyonrails.org/i18n.html.
-
+---
en:
- hello: "Hello world"
- share_something: "You have not uploaded anything!"
- tutorial_saved: 'Your tutorial was added.'
- profile_saved: 'Your settings have been updated successfully!'
- avatar_uploaded: 'Your avatar has been updated.'
+ avatar_uploaded: Your avatar has been updated.
my:
shared:
my_nav:
- admin: 'Admin'
- logout: 'Log Out'
+ logout: Log Out
+ profile_saved: Your settings have been updated successfully!
+ shared:
+ account_nav:
+ admin: Admin
+ logout: Logout