L20n: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
 
(17 intermediate revisions by 3 users not shown)
Line 1: Line 1:
__NOTOC__
__NOTOC__
L20n is the code name for a localization architecture taking existing approaches one step further. The name stands for l10n 2. The architecture is laid out with Mozilla applications in mind, but should be applicable to other areas as well.
L20n (L10n x 2) is the code name for a localization architecture taking existing approaches to L10n one step further. No matter who you are (e.g., localizer, tool author, developer, or release manager), you'll be able to find information suited to your L20n-related needs here.


There are several localization-related communities out there, and thus there are different target audiences for docs on l10n (and l20n). In the order of appearance in the lifecycle of some code, that would be
We've broken up the content into three distinct tracks that discuss the current design for L20n, how teams and localizers can easily transition into using L20n, and its future development. These color-coded tracks point to wiki pages, blog articles, and newsgroups where you can learn more about L20n and even get involved in the discussion.


# software authors (coders)
For more information, [[L20n/Weekly_Update|the l20n team meets each Monday]] to discuss the progress of the project.
# UI localizers
# content localizers
# localization tool authors
 
Expect to see the level of complexity involved grow for each level of audience. Software authors should need only very limited knowledge about any particular language, localizers should need to know only the language they translate into well, localization tool authors should understand the variation of complexity coming with different languages.
 
The color-coded tracks below divide up the topics surrounding L20n, pointing to wiki pages, blog articles, and newsgroups where you can learn more about L20n and even get involved in the discussion.


<div style="display:block;-moz-border-radius:10px;background-color:#A2BFF4;padding:20px;margin-top:20px;">
<div style="display:block;-moz-border-radius:10px;background-color:#A2BFF4;padding:20px;margin-top:20px;">
Line 18: Line 11:
   <div style="-moz-column-count:3;-moz-column-gap:20px;">
   <div style="-moz-column-count:3;-moz-column-gap:20px;">
===Wiki pages===
===Wiki pages===
* [[L20n/Roadmap/1.0|L20n 1.0]]
* [[L20n/Roadmap/1.0|1.0 specs]]
* [[L20n:Design]]
* [[L20n/Design|Design]]
* [[L20n:Characteristics]]
* [[L20n/Characteristics|Characteristics]]
* [[L20n/Features|List of features]]
* [[L20n/Features|Features]]
* [[L20n:FAQ]]
* [[L20n/Toolchain|Toolchain]]


===Blog===
===Blog===
* [http://diary.braniecki.net/2012/02/27/l20n-feedback-round/ L20n feedback round]
* [http://diary.braniecki.net/2012/02/27/l20n-feedback-round/ L20n feedback round]
* [http://diary.braniecki.net/2012/02/27/l20n-what-to-add-before-1-0/ L20n: What to add before 1.0]
* [http://diary.braniecki.net/2012/02/27/l20n-what-to-add-before-1-0/ L20n: What to add before 1.0]
<br />
* [http://informationisart.com/4/ Syntax changes to data types]
<br />
* [http://informationisart.com/5/ Media queries with globals]
<br />
* [http://informationisart.com/6/ Default values and local entities]
 
===Other===
===Other===
* [http://groups.google.com/group/mozilla.dev.l10n Discussion on L20n design]
* [http://groups.google.com/group/mozilla.tools.l10n Discussion on L20n design]
<br />
* [[L20n/Documentation|Documentation plan]]
<br />
<br />
<br />
<br />
Line 44: Line 38:
  <div style="display:block;background-color:#F9966B;-moz-column-gap:20px;padding:20px;margin-top:20px;-moz-border-radius:10px;">
  <div style="display:block;background-color:#F9966B;-moz-column-gap:20px;padding:20px;margin-top:20px;-moz-border-radius:10px;">
   <div style="-moz-column-count:3;-moz-column-gap:20px;">
   <div style="-moz-column-count:3;-moz-column-gap:20px;">
===Wiki pages===
===Wiki pages===
* [[L20n:Background]]
* [[L20n/Background|Background]]
* [[L20n:Control flow]]
* [[L20n/Control flow|Control flow]]
* [[L20n/L20n:Workflow]]
* [[L20n/Workflow|Workflow]]
* [[L20n/Toolbox|L20n:Toolbox]]
* [[L20n/Toolbox|Toolbox]]
* [[L20n:Examples]]
* [[L20n/Examples|Examples]]
* [[L20n/HTML|L20n for web apps]]


===Blog===
===Blog===
Line 72: Line 68:
   <div style="-moz-column-count:3;-moz-column-gap:20px;">
   <div style="-moz-column-count:3;-moz-column-gap:20px;">
===Wiki pages===
===Wiki pages===
* [[L20n/Roadmap/Next|L20n.Next]]
* [[L20n/Tracking|Bug tracking]]
* [[L20n:Issues]]
* [[L20n/Requirements|Requirements]]
* [[L20n:Requirements]]
* [[L20n/Issues|Issues]]
* [[L20n/Roadmap/Next|Next release]]
 
===Blog===
===Blog===
<br />
<br />
Line 86: Line 84:
  </div>
  </div>
</div><br />
</div><br />
==  Weekly Meetings ==
[https://wiki.mozilla.org/L20n:Weekly_Meetings Each Monday, the l20n team meets] to discuss the progress of the project.




[[category:L20n]][[Category:L10n]]
[[category:L20n]][[Category:L10n]]

Latest revision as of 10:58, 27 April 2013

L20n (L10n x 2) is the code name for a localization architecture taking existing approaches to L10n one step further. No matter who you are (e.g., localizer, tool author, developer, or release manager), you'll be able to find information suited to your L20n-related needs here.

We've broken up the content into three distinct tracks that discuss the current design for L20n, how teams and localizers can easily transition into using L20n, and its future development. These color-coded tracks point to wiki pages, blog articles, and newsgroups where you can learn more about L20n and even get involved in the discussion.

For more information, the l20n team meets each Monday to discuss the progress of the project.

L20n design

Easy L10n to L20n transition

Future of L20n