diff options
Diffstat (limited to 'perl-install/share/po/validate.pl')
-rwxr-xr-x | perl-install/share/po/validate.pl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/perl-install/share/po/validate.pl b/perl-install/share/po/validate.pl index b724abc7b..a25eeaaa8 100755 --- a/perl-install/share/po/validate.pl +++ b/perl-install/share/po/validate.pl @@ -3,7 +3,7 @@ # # Guillaume Cottenceau (gc@mandrakesoft.com) # -# Copyright 2000 MandrakeSoft +# Copyright 2000 Mandrakesoft # # This software may be freely redistributed under the terms of the GNU # public license. @@ -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($_); |