Adding logout information for sign_out hover, changing colors for links
This commit is contained in:
parent
b698046e1e
commit
271ce62476
5 changed files with 32 additions and 3 deletions
|
@ -21,3 +21,5 @@
|
|||
|
||||
en:
|
||||
hello: "Hello world"
|
||||
utils:
|
||||
deconnexion: "Logout"
|
||||
|
|
|
@ -20,6 +20,8 @@
|
|||
# available at http://guides.rubyonrails.org/i18n.html.
|
||||
|
||||
fr:
|
||||
utils:
|
||||
deconnexion: "Déconnexion"
|
||||
will_paginate:
|
||||
next_label: 'Suivant'
|
||||
previous_label: 'Précédent'
|
||||
|
@ -179,4 +181,4 @@ fr:
|
|||
other: "%{count} mois"
|
||||
x_seconds:
|
||||
one: 1 seconde
|
||||
other: "%{count} secondes"
|
||||
other: "%{count} secondes"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue