add missing translations footer email change password
This commit is contained in:
parent
c37a54b65b
commit
be16cb6f5e
3 changed files with 7 additions and 1 deletions
|
@ -5,4 +5,5 @@
|
||||||
= service.nom
|
= service.nom
|
||||||
- else
|
- else
|
||||||
-# The WORD JOINER unicode entity (⁠) prevents email clients from auto-linking the signature
|
-# The WORD JOINER unicode entity (⁠) prevents email clients from auto-linking the signature
|
||||||
L’équipe #{APPLICATION_NAME.gsub(".","⁠.").html_safe}
|
= t('.team')
|
||||||
|
#{APPLICATION_NAME.gsub(".","⁠.").html_safe}
|
||||||
|
|
|
@ -11,3 +11,5 @@ en:
|
||||||
by_email: "By email :"
|
by_email: "By email :"
|
||||||
by_phone: "By phone :"
|
by_phone: "By phone :"
|
||||||
schedule: "Schedule :"
|
schedule: "Schedule :"
|
||||||
|
signature:
|
||||||
|
team: "The team"
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
|
||||||
fr:
|
fr:
|
||||||
layouts:
|
layouts:
|
||||||
mailers:
|
mailers:
|
||||||
|
@ -11,3 +12,5 @@ fr:
|
||||||
by_email: "Par email :"
|
by_email: "Par email :"
|
||||||
by_phone: "Par téléphone :"
|
by_phone: "Par téléphone :"
|
||||||
schedule: "Horaires :"
|
schedule: "Horaires :"
|
||||||
|
signature:
|
||||||
|
team: "L’équipe"
|
||||||
|
|
Loading…
Add table
Reference in a new issue