Skip to content

Commit

Permalink
Merge pull request #2 from Soullivaneuh/patch-1
Browse files Browse the repository at this point in the history
Fix FR translations
  • Loading branch information
kartik-v committed Oct 16, 2014
2 parents 8493e8b + 6ba089e commit 7294fda
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions js/locales/strength-meter-fr.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
$.extend($.fn.strength.defaults, {
toggleTitle: 'Afficher / Masquer Mot de passe',
verdictTitles: {
0: 'très court',
1: 'très faible',
2: 'faible',
3: 'bon',
4: 'fort',
5: 'très fort'
0: 'Trop Court',
1: 'Très Faible',
2: 'Faible',
3: 'Bon',
4: 'Fort',
5: 'Très Fort'
}
});
})(jQuery);

0 comments on commit 7294fda

Please sign in to comment.