Mozilla开发的Web本地化翻译框架:L20n
L20n是由Mozilla为Web开发的新的本地化框架,它让开发者全部不必理解自然语言的特定需求,为本地化程序提供了进行更好翻译的机会。
What is L20n?
L20n is a new localization framework developed by Mozilla for the Web. It allows localizers to put small bits of logic into localization resources to codify the grammar of the language.
L20n's framework removes the need for developers to thoroughly understand the specifics of a natural language and provides an opportunity for localizers to create better translations.
Natural language
Set free the entire expressive power of a natural language by enabling translation with greater accuracy.
Learn L20n by exampleResponsive localization
Adaptable translations on different screen sizes for a fully localized responsive design.
Tinker with L20nBuilt for the Web
The JavaScript implementation, L20n.js, works great within existing Web frameworks.
Add L20n to your websiteSeparation of concerns
Each language is isolated and has no effect on the complexity of other localizations nor the source code.
Learn the L20n file formatSimple API
L20n offers a simple, non-blocking API for developers, with graceful error handling and robust security.
API DocumentationBy someone you trust
Developed by the non-profit behind Firefox. It's not only free, but also is an open standard in progress.
Fork it on GitHub