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
Task Type Bug Report
Category AIF
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version 2010.05.16-testbuild
Due in Version 2011.01.whatever
Due Date Undecided
Percent Complete 100%
Votes 3
Private No

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
Comment by Desmond Cox (pointone) - Thursday, 02 June 2011, 04:36 GMT
Here is a patch I submitted to arch-releng in March but it appears bounced since I am not a member.

[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
Comment by Karol Błażewicz (karol) - Wednesday, 04 July 2012, 19:04 GMT
Status?

Loading...