aboutsummaryrefslogtreecommitdiffstats
path: root/english/template/debian/projectnews
diff options
context:
space:
mode:
authorAlexander Reshetov <eof-guest>2011-03-07 21:27:27 +0000
committerAlexander Reshetov <eof-guest>2011-03-07 21:27:27 +0000
commit14dfdeadf3d157df97edf64b41863870c2f3c6dd (patch)
tree9c4853b028ed254a68c43267781cbcc6178919be /english/template/debian/projectnews
parent7c7c02ff1d1c24eebcb40d3809710d35de29ef06 (diff)
fix russian and character, use entity instead of legacy encoded one
CVS version numbers english/template/debian/projectnews/footer.wml: 1.4 -> 1.5
Diffstat (limited to 'english/template/debian/projectnews')
-rw-r--r--english/template/debian/projectnews/footer.wml4
1 files changed, 2 insertions, 2 deletions
diff --git a/english/template/debian/projectnews/footer.wml b/english/template/debian/projectnews/footer.wml
index 268a5f92aac..29d38514336 100644
--- a/english/template/debian/projectnews/footer.wml
+++ b/english/template/debian/projectnews/footer.wml
@@ -86,7 +86,7 @@
$translator =~ s/,\s*/, /g;
$translator =~ s/'([^',]+)'/&laquo;&nbsp;$1&nbsp;&raquo;/g;
} elsif ($CUR_ISO_LANG eq 'ru') {
- $translator =~ s/,([^,]+)$/ É $1/;
+ $translator =~ s/,([^,]+)$/ &#1080; $1/;
$translator =~ s/,/, /g;
} elsif ($CUR_ISO_LANG eq 'pl') {
$translator =~ s/,([^,]+)$/ i $1/;
@@ -170,7 +170,7 @@
$editor =~ s/,/, /g;
$editor =~ s/'([^',]+)'/&laquo;&nbsp;$1&nbsp;&raquo;/g;
} elsif ($CUR_ISO_LANG eq 'ru') {
- $editor =~ s/,([^,]+)$/ É $1/;
+ $editor =~ s/,([^,]+)$/ &#1080; $1/;
$editor =~ s/,/, /g;
} elsif ($CUR_ISO_LANG eq 'pl') {
$editor =~ s/,([^,]+)$/ i $1/;

© 2014-2024 Faster IT GmbH | imprint | privacy policy