tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

glossary.rst (694B)


      1 L10N Glossary
      2 =============
      3 
      4 .. glossary::
      5    :sorted:
      6 
      7    Localization
      8        The process of creating content in a native language, including
      9        translation, but also customizations like Search.
     10 
     11    Localizability
     12        Enabling a piece of software to be localized. This is mostly
     13        externalizing English strings, and writing build support to
     14        pick up localized search engines etc.
     15 
     16    L10n
     17        *Numeronym* for Localization, *L*, 10 chars, *n*
     18 
     19    l10n-merge
     20        nick-name for the process of merging ``en-US`` and a particular
     21        localization into one joint artifact without any missing strings, and
     22        without technical errors, as far as possible.