diff options
Diffstat (limited to 'perl-install/share/po/validate.pl')
-rwxr-xr-x | perl-install/share/po/validate.pl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/perl-install/share/po/validate.pl b/perl-install/share/po/validate.pl index c17e5d362..a25eeaaa8 100755 --- a/perl-install/share/po/validate.pl +++ b/perl-install/share/po/validate.pl @@ -144,9 +144,9 @@ foreach (get_file("fr.po")) /\s*#/ and next; check('fr', 'ez\s+\S+ez', 'infinitive-form-with-ez'); - check('fr', 'è[ \.,;:]', 'grave-accent-at-end-of-word'); - check('fr', '\b\w*[éêè][éêè]\w*\b', 'strange-accents-succession', - map { match($_) } qw(créé réécrire)); + check('fr', 'è[ \.,;:]', 'grave-accent-at-end-of-word'); + check('fr', '\b\w*[éêè][éêè]\w*\b', 'strange-accents-succession', + map { match($_) } qw(créé réécrire)); mixed_case($_); uppercase_after_comma($_); lowercase_after_dot($_); |