[translation-quick-start-guide] Fix links to match headings in Translating_Wiki.xml

Piotr Drąg raven at fedoraproject.org
Sat Jul 3 12:12:59 UTC 2010


commit 6d25156b13618a604aefa633e827ea2968cd9451
Author: Piotr Drąg <piotrdrag at gmail.com>
Date:   Sat Jul 3 14:12:47 2010 +0200

    Fix links to match headings in Translating_Wiki.xml

 en-US/Translating_Wiki.xml |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/en-US/Translating_Wiki.xml b/en-US/Translating_Wiki.xml
index 4364823..974da1e 100644
--- a/en-US/Translating_Wiki.xml
+++ b/en-US/Translating_Wiki.xml
@@ -7,22 +7,22 @@
 	<para>
 		The <ulink url="http://fedoraproject.org/wiki">Fedora Wiki</ulink> is the repository for project-related information.  Some of these pages may need to be translated in order to better serve the Fedora community.  This chapter will explain, step-by-step, the proper method of translating a wiki page.
 	</para>
-	<section id="sect-Translation_Quick_Start_Guide-Translating_Wiki-Find_the_English_version_of_the_page">
+	<section id="sect-Translation_Quick_Start_Guide-Translating_Wiki-Find_the_English_Version_of_the_Page">
 		<title>Find the English Version of the Page</title>
 		<para>
-			English is the base language for the Fedora Project wiki, so there needs to be an English version of the page you are working on. (If there isn't an English version of the page you are working on, see <xref linkend="sect-Translation_Quick_Start_Guide-Translating_Wiki-Find_the_English_version_of_the_page-Handling_translations_without_an_English_version" /> below.)
+			English is the base language for the Fedora Project wiki, so there needs to be an English version of the page you are working on. (If there isn't an English version of the page you are working on, see <xref linkend="sect-Translation_Quick_Start_Guide-Translating_Wiki-Find_the_English_Version_of_the_Page-Handling_Translations_Without_an_English_Version" /> below.)
 		</para>
 		<para>
 			If there is already a language template at the top of that page, click <guibutton>edit</guibutton> link on the right side of the language box and move to step 4; otherwise, continue to step 2.
 		</para>
-		<section id="sect-Translation_Quick_Start_Guide-Translating_Wiki-Find_the_English_version_of_the_page-Handling_translations_without_an_English_version">
+		<section id="sect-Translation_Quick_Start_Guide-Translating_Wiki-Find_the_English_Version_of_the_Page-Handling_Translations_Without_an_English_Version">
 			<title>Handling Translations Without an English Version</title>
 			<para>
 				If the page you create doesn't have an English version, create a new page for the English version, add the <code>{{template|autolang}}</code> template as noted above, and then add the <code>{{template|needs english}}</code> template. This will flag the page for needing an English translation as well as create a base page.
 			</para>
 		</section>
 	</section>
-	<section id="sect-Translation_Quick_Start_Guide-Translating_Wiki-Add_the_language_template_to_the_English_page">
+	<section id="sect-Translation_Quick_Start_Guide-Translating_Wiki-Add_the_Language_Template_to_the_English_Page">
 		<title>Add the Language Template to the English Page</title>
 		<para>
 			Edit the English page, and at the top of it, add the <code>{{template|autolang}}</code> template:
@@ -34,13 +34,13 @@
 The <code>base=yes</code> part is <emphasis>required</emphasis> for the English page. Save the page.
 		</para>
 	</section>
-	<section id="sect-Translation_Quick_Start_Guide-Translating_Wiki-Create_the_language_template">
+	<section id="sect-Translation_Quick_Start_Guide-Translating_Wiki-Create_the_Language_Template">
 		<title>Create the Language Template</title>
 		<para>
 			The <code>{{template|autolang}}</code> autolang template should provide a link for you to set up the language box. Click it, and an edit page will come up. <emphasis>Don't change any of the content</emphasis> and save the page. Then click the <guibutton>edit</guibutton> link on the right side of the language box.
 		</para>
 	</section>
-	<section id="sect-Translation_Quick_Start_Guide-Translating_Wiki-Add_your_language_to_the_template">
+	<section id="sect-Translation_Quick_Start_Guide-Translating_Wiki-Add_Your_Language_to_the_Template">
 		<title>Add Your Language to the Template</title>
 		<para>
 			At this point you should have an edit box open with template syntax that looks similar to this:
@@ -55,13 +55,13 @@ The <code>base=yes</code> part is <emphasis>required</emphasis> for the English
 			<para>Keep the list of language codes alphabetical by code. This means German (de) should come before English (en), for example.</para>
 		</note>
 	</section>
-	<section id="sect-Translation_Quick_Start_Guide-Translating_Wiki-Start_the_new_page">
+	<section id="sect-Translation_Quick_Start_Guide-Translating_Wiki-Start_the_New_Page">
 		<title>Start the New Page</title>
 		<para>
 			Click on the red link for your language to start the new page. Insert the template <code>{{autolang}}</code> at the top of your page, so that the list of languages is there. <emphasis>Be certain to not include <code>base=yes</code> in the template for non-English subpages.</emphasis>
 		</para>
 	</section>
-	<section id="sect-Translation_Quick_Start_Guide-Translating_Wiki-Start_the_new_page-Moving_pages">
+	<section id="sect-Translation_Quick_Start_Guide-Translating_Wiki-Start_the_New_Page-Moving_Pages">
 			<title>Moving Pages From the Old Translation Setup</title>
 			<para>
 				For translated pages that aren't in the proper place, follow steps 1-4 above. Then, copy the title of the new page (e.g. <literal>Fedora Project Wiki/de</literal>). Click the <guibutton>move</guibutton> link at the top of the old page and paste the new page name in the <literal>to new title</literal> field. Edit the new page and add <code>{{autolang}}</code> to the top.


More information about the docs-commits mailing list