21
1
Fork 0
mirror of https://github.com/Evolix/chexpire.git synced 2024-04-29 15:30:49 +02:00

Extract a few localizations

This commit is contained in:
Jérémy Lecour 2018-06-13 20:27:48 +02:00
parent f646a96953
commit 9d62aceba4
3 changed files with 7 additions and 1 deletions

View file

@ -15,7 +15,7 @@
hint: t('.we_need_your_current_password_to_confirm_your_changes') %>
<div class="alert border">
<h3>Want to change your password ?</h3>
<h3><%= t('.change_password_title') %></h3>
<%= f.input :password,
autocomplete: "off",
hint: (t('devise.shared.minimum_password_length', count: @minimum_password_length)

View file

@ -16,6 +16,9 @@ en:
registrations:
new:
tos_acceptance_html: "You must accept our Terms of service"
edit:
title: Update your profile
change_password_title: "Want to change your password?"
simple_form:
placeholders:

View file

@ -16,6 +16,9 @@ fr:
registrations:
new:
tos_acceptance_html: "Vous devez accepter les Conditions d'utilisation"
edit:
title: Modification de votre profil
change_password_title: "Vous voulez changer de mot de passe ?"
simple_form:
placeholders: