From a065e04d529da1d847b5062a12c46d916408bf32 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 21:46:22 -0500 Subject: update based on https://github.com/mdn/yari/issues/2028 --- files/zh-cn/mozilla/projects/l20n/index.html | 127 --------------------------- 1 file changed, 127 deletions(-) delete mode 100644 files/zh-cn/mozilla/projects/l20n/index.html (limited to 'files/zh-cn/mozilla/projects/l20n/index.html') diff --git a/files/zh-cn/mozilla/projects/l20n/index.html b/files/zh-cn/mozilla/projects/l20n/index.html deleted file mode 100644 index ce256b741f..0000000000 --- a/files/zh-cn/mozilla/projects/l20n/index.html +++ /dev/null @@ -1,127 +0,0 @@ ---- -title: L20n -slug: Mozilla/Projects/L20n -translation_of: Mozilla/Projects/L20n ---- -

当这个文档还是草案的时候, 请上 GitHub.

-
- 一个JavaScript本地化框架, 释放你的本地语言的魅力, 仅使用简单的代码.
-
-
-

Introducing L20n

-

L20n reinvents software localization. Users should be able to benefit from the entire expressive power of the natural language. L20n keeps simple things simple, and at the same time makes complex things possible.

-

Through L20n, Mozilla is creating a new generation of technology that places more power in localizers' hands. L20n lets localizers reach higher levels of free linguistic expression by sharpening the divide between localization and application logic. It allows to adapt your web application not only to languages and cultures, but also contextual data, user gender and screen dimensions.

-
-
-

What L20n looks like

-

Here is a simple, straightforward example showing an English string being provided:

-
<brandName "Firefox">
-<about "About \{{ brandName }}">
-

Here is the same string being provided in Slovenian:

-
<brandName {
-  nominative: "Firefox",
-  genitive: "Firefoxa",
-  dative: "Firefoxu",
-  accusative: "Firefox",
-  locative: "Firefoxu",
-  instrumental: "Firefoxom"
-}>
-<about "O \{{ brandName.locative }}">
-
-
-

 

-
-
-

For Developers

-

Documentation for developers wanting to implement localization functionality on their web apps using L20n.

-
-
- Internationalization for your web app
-
- First read for developers looking to use the L20n infrastructure.
-
- L20n's HTML bindings
-
- Tutorial on implementing L20n in your HTML code.
-
- L20n JavaScript API
-
- An API for l20n.js.
-
- L20n syntax cheatsheet for developers
-
- A simple cheatsheet to help developers as they add L20n to their localization infrastructure.
-
-
-
-

For Localizers

-

Documentation for Localizers creating localized content for a project that uses L20n.

-
-
- Learn the L20n syntax
-
- How to naturally localize applications using L20n. Complete with use cases and examples of L20n in action.
-
- Localization use-cases
-
- How to naturally localize applications using L20n. Complete with use cases and examples of L20n in action.
-
- L20n and Translation Memory eXchange (TMX)
-
- How L20n impacts the Translation Memory eXchange standard for translation memory data.
-
- L20n syntax cheatsheet for localizers
-
- A simple cheatsheet to help localizers as they localize projects with L20n.
-
-
-
- -

Some additional resources for developers and localizers involved with L20n.

-
-
- L20n.org
-
- You can try L20n live in your browser on the project page.
-
- L20n Tinker
-
- Test out your own L20n code in L20n Tinker.
-
- GitHub
-
- Where the main code for the L20n infrastructure and design spec lives.
-
- Wiki page
-
- Info about the project to develop L20n.
-
-
-
- -
    -
  1. For Developers -
      -
    1. Internationalization for your web app
    2. -
    3. L20n's HTML bindings
    4. -
    5. .lol file format
    6. -
    7. L20n syntax cheatsheet for developers
    8. -
    -
  2. -
  3. For Localizers -
      -
    1. Learn the L20n syntax
    2. -
    3. Localization use cases
    4. -
    5. L20n and Translation Memory eXchange (TMX)
    6. -
    7. L20n syntax cheatsheet for localizers
    8. -
    -
  4. -
  5. Additional resources -
      -
    1. L20n.org
    2. -
    3. L20n Tinker
    4. -
    5. L20n GitHub repo
    6. -
    7. Mozilla Wiki
    8. -
    -
  6. -
-- cgit v1.2.3-54-g00ecf