diff options
Diffstat (limited to 'files/zh-tw/localization_quick_start_guide/index.html')
-rw-r--r-- | files/zh-tw/localization_quick_start_guide/index.html | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/files/zh-tw/localization_quick_start_guide/index.html b/files/zh-tw/localization_quick_start_guide/index.html new file mode 100644 index 0000000000..51fb9d4f8e --- /dev/null +++ b/files/zh-tw/localization_quick_start_guide/index.html @@ -0,0 +1,32 @@ +--- +title: Localization quick start guide +slug: Localization_Quick_Start_Guide +tags: + - Localization + - NeedsTranslation + - TopicStub +translation_of: Mozilla/Localization/Quick_start_guide +--- +<p>Welcome to Mozilla localization (l10n for short)!</p> +<p>Whether you're here to start up your own localization in the Mozilla project or to join the efforts of an existing localization, you've come to the right place. This guide is filled with all of the basic, technical information you need to get involved in the Mozilla l10n program. We will take you through the steps to get started, from the initial environment setup to testing and releasing your own localization. Along the way, you'll learn about the variety of projects you can contribute to and the tools used to localize them.</p> +<p>When we get to specific examples, we'll take them from the Firefox project, as it is the most widely localized project within Mozilla. As you near the end of this guide, you should be able to make a change to Firefox in your local setting and then see that change in the Firefox interface. In closing, when you finish this guide, you will have all the tools necessary to start contributing!</p> +<p>Remember, this guide will instruct you on the technical aspects of Mozilla l10n only. Visit the <a class="link-https" href="https://wiki.mozilla.org/L10n:Localization_Process" title="https://wiki.mozilla.org/L10n:Overview">L10n Process</a> page to learn about the whole process.</p> +<div style="width: 25%; background-color: #4AA02C; float: left; display: block; margin: 1.5%; border: 1px solid #C4C295; text-align: center; padding: 2.5%; padding-top: 0px;"> + <h2 id="Initial_setup"><a href="/en/Localization_Quick_Start_Guide/Initial_setup" title="en/Localization_Quick_Start_Guide/Initial_setup">Initial setup</a></h2> + Tech prep work before localizing.</div> +<div style="width: 25%; background-color: #A2BFF4; float: left; display: block; margin: 1.5%; border: 1px solid #C4C295; text-align: center; padding: 2.5%; padding-top: 0px;"> + <h2 id="Translation_phase"><a href="/en/Localization_Quick_Start_Guide/Translation_phase" title="en/Localization_Quick_Start_Guide/Translation_phase">Translation phase</a></h2> + L10n tools tutorials for translation.</div> +<div style="width: 25%; background-color: orange; float: left; display: block; margin: 1.5%; border: 1px solid #C4C295; text-align: center; padding: 2.5%; padding-top: 0px;"> + <h2 id="QA_phase"><a href="/en/Localization_Quick_Start_Guide/QA_phase" title="en/Localization_Quick_Start_Guide/QA_phase">QA phase</a></h2> + L10n testing tutorials.</div> +<div style="width: 92%; background-color: #C0C0C0; float: left; display: block; margin: 1.5%; border: 1px solid #C4C295; text-align: center; padding: 2.5%; padding-top: 0px;"> + <h2 id="Release_phase"><a href="/en/Localization_Quick_Start_Guide/Release_phase" title="en/Localization_Quick_Start_Guide/Release_phase">Release phase</a></h2> + Steps to shipping your localization work.</div> +<div style="background-color: white; border: 3px solid; display: block; padding: 20px; margin-top: 20px;"> + These four stages make up tech side of the l10n program. To learn more about any of these, click on any of the links above. To get the big picture, we suggest you start with the green bubble and move from stage to stage.</div> +<p> </p> +<div class="note"> + <strong>Note</strong>: This guide is written for two types of contributors: those starting a new localization and those joining an existing localization. It is important to know which information applies to which type of contributor. To help you filter through to the most applicable information, note that all information that is unique to those starting a new localization will be in <span style="color: #daa520;">orange font</span>. All information that is unique to those joining an existing localization will be in <span style="color: #0000ff;">blue font</span>.</div> +<p class="note"> </p> +<p>{{ Next("Localization_Quick_Start_Guide/Initial_setup") }}</p> |