aboutsummaryrefslogtreecommitdiffstats
path: root/english/template/debian/projectnews
diff options
context:
space:
mode:
authorSimon Paillard <spaillar>2009-02-14 21:33:14 +0000
committerSimon Paillard <spaillar>2009-02-14 21:33:14 +0000
commit486a559dc9755378514441c808d8d7289508a3b1 (patch)
treea0b05749a13c87bba6f018a5e16d7f730a08f826 /english/template/debian/projectnews
parent03dea54474072f76f417d6dbba9c56be4c345318 (diff)
Add italian translation to dpn footer <1224132879.20090214182701@tiscali.it> [Luca Monducci]
CVS version numbers english/template/debian/projectnews/footer.wml: 1.3 -> 1.4
Diffstat (limited to 'english/template/debian/projectnews')
-rw-r--r--english/template/debian/projectnews/footer.wml6
1 files changed, 6 insertions, 0 deletions
diff --git a/english/template/debian/projectnews/footer.wml b/english/template/debian/projectnews/footer.wml
index 0d08f8f63d7..268a5f92aac 100644
--- a/english/template/debian/projectnews/footer.wml
+++ b/english/template/debian/projectnews/footer.wml
@@ -94,6 +94,9 @@
} elsif ($CUR_ISO_LANG eq 'pt') {
$translator =~ s/,([^,]+)$/ e $1/;
$translator =~ s/,/, /g;
+ } elsif ($CUR_ISO_LANG eq 'it') {
+ $translator =~ s/,([^,]+)$/ e $1/;
+ $translator =~ s/,/, /g;
} else {
# Fallback to the english style if there's no translation yet
$translator =~ s/,([^,]+)$/ and $1/;
@@ -175,6 +178,9 @@
} elsif ($CUR_ISO_LANG eq 'pt') {
$editor =~ s/,([^,]+)$/ e $1/;
$editor =~ s/,/, /g;
+ } elsif ($CUR_ISO_LANG eq 'it') {
+ $editor =~ s/,([^,]+)$/ e $1/;
+ $editor =~ s/,/, /g;
} else {
# Fallback to the english style if there's no translation yet
$editor =~ s/,([^,]+)$/ and $1/;

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