aboutsummaryrefslogtreecommitdiffstats
path: root/stattrans.pl
diff options
context:
space:
mode:
authorDavid Prévot <taffit-guest>2011-02-10 03:49:05 +0000
committerDavid Prévot <taffit-guest>2011-02-10 03:49:05 +0000
commit030684eafae2b76fc9d574c00fbae69c2b8ef944 (patch)
tree3f2ee82293998731b7d8a5c8878daf433e3fa193 /stattrans.pl
parent1b06b6e7d0b04de926f16ddec21fa5284c06490f (diff)
Push international pages at the end of the list, since translators are not expected to translate them
CVS version numbers stattrans.pl: 1.95 -> 1.96
Diffstat (limited to 'stattrans.pl')
-rwxr-xr-xstattrans.pl18
1 files changed, 9 insertions, 9 deletions
diff --git a/stattrans.pl b/stattrans.pl
index 64df83b129d..e83230ba43d 100755
--- a/stattrans.pl
+++ b/stattrans.pl
@@ -517,15 +517,15 @@ foreach $lang (@search_in) {
if ($u_body) {
print HTML "<li><a href=\"#untranslated\">General pages</a></li>\n";
}
- if ($ui_body) {
- print HTML "<li><a href=\"#untranslated-l10n\">International pages</a></li>\n";
- }
if ($un_body) {
print HTML "<li><a href=\"#untranslated-news\">News items</a></li>\n";
}
if ($uu_body) {
print HTML "<li><a href=\"#untranslated-user\">Consultant/user pages</a></li>\n";
}
+ if ($ui_body) {
+ print HTML "<li><a href=\"#untranslated-l10n\">International pages</a></li>\n";
+ }
print HTML "</ul></li>\n";
}
if ($t_body) {
@@ -561,12 +561,6 @@ foreach $lang (@search_in) {
print HTML $u_body;
print HTML "</table>\n";
}
- if ($ui_body) {
- print HTML "<h3 id='untranslated-l10n'>International pages not translated: <a href='#top'>(top)</a></h3>\n";
- print HTML "<table summary=\"Untranslated international pages\">\n";
- print HTML $ui_body;
- print HTML "</table>\n";
- }
if ($un_body) {
print HTML "<h3 id='untranslated-news'>News items not translated: <a href='#top'>(top)</a></h3>\n";
print HTML "<table summary=\"Untranslated news items\">\n";
@@ -579,6 +573,12 @@ foreach $lang (@search_in) {
print HTML $uu_body;
print HTML "</table>\n";
}
+ if ($ui_body) {
+ print HTML "<h3 id='untranslated-l10n'>International pages not translated: <a href='#top'>(top)</a></h3>\n";
+ print HTML "<table summary=\"Untranslated international pages\">\n";
+ print HTML $ui_body;
+ print HTML "</table>\n";
+ }
if ($t_body) {
print HTML "<h3 id='uptodate'>Translated pages (up-to-date): <a href='#top'>(top)</a></h3>\n";
print HTML "<ul class=\"discless\">\n";

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