FS#22088 - Official guide uses old i18n_entry internationalization template
Attached to Project:
Release Engineering
Opened by Gianpiero (4javier) - Monday, 13 December 2010, 19:11 GMT
Last edited by Gerardo Exequiel Pozzi (djgera) - Monday, 26 November 2012, 04:46 GMT
Opened by Gianpiero (4javier) - Monday, 13 December 2010, 19:11 GMT
Last edited by Gerardo Exequiel Pozzi (djgera) - Monday, 26 November 2012, 04:46 GMT
|
Details
As in the title, official guide uses that old template
instead, at least, of the i18n one. This results in 0
translation links.
|
This task depends upon
Closed by Gerardo Exequiel Pozzi (djgera)
Monday, 26 November 2012, 04:46 GMT
Reason for closing: Deferred
Monday, 26 November 2012, 04:46 GMT
Reason for closing: Deferred
[PATCH] use i18n template; article summary consistency
---
make-doc.sh | 10 ++++++----
1 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/make-doc.sh b/make-doc.sh
index 4e6c5a2..5676721 100755
--- a/make-doc.sh
+++ b/make-doc.sh
@@ -36,12 +36,14 @@ related=`echo "$related"| sed -e 's#<p>\[\(.*\)\]
\(.*\)<\/p>#{{Article summary
summary=`echo "$summary" | sed 's/\([^"|,
]*@[-A-Za-z0-9_.]*\)/[mailto:\1 \1]/'`
-echo -e "[[Category:Getting and installing Arch
(English)]]\n[[Category:HOWTOs (English)]]
+echo -e "[[Category:Getting and installing Arch (English)]]
+[[Category:HOWTOs (English)]]
[[Category:Accessibility (English)]]
[[Category:Website Resources]]
-{{Article summary start}}\n{{Article summary text|
1=$summary}}\n{{Article summary heading|Available Languages}}\n
-{{i18n_entry|English|Official Arch Linux Install Guide}}\n
-{{Article summary heading|Related articles}}
+{{i18n|Official Arch Linux Install Guide}}
+{{Article summary start}}
+{{Article summary text|1=$summary}}
+{{Article summary heading|Related}}
$related
{{Article summary end}}" | cat - $i.html > $i.html.tmp && mv
$i.html.tmp $i.html
--
1.7.4.1