gecko-dev/tools/compare-locales/docs/glossary.rst
Andrew Halberstadt 5af47c56e4 Bug 1346025 - Move 'python/compare-locales' documentation and mach command to 'tools/compare-locales', r=Pike
MozReview-Commit-ID: bkrH4YAD7S

--HG--
rename : python/compare-locales/docs/glossary.rst => tools/compare-locales/docs/glossary.rst
rename : python/compare-locales/docs/index.rst => tools/compare-locales/docs/index.rst
rename : python/compare-locales/mach_commands.py => tools/compare-locales/mach_commands.py
extra : rebase_source : f1e86ef137a4f7765c5f4917121707bea900646c
2017-06-06 10:00:51 -04:00

27 lines
741 B
ReStructuredText

========
Glossary
========
.. glossary::
:sorted:
Localization
The process of creating content in a native language, including
translation, but also customizations like Search.
Localizability
Enabling a piece of software to be localized. This is mostly
externalizing English strings, and writing build support to
pick up localized search engines etc.
L10n
*Numeronym* for Localization, *L*, 10 chars, *n*
L12y
Numeronym for Localizability
l10n-merge
nick-name for the process of merging ``en-US`` and a particular
localization into one joint artifact without any missing strings, and
without technical errors, as far as possible.