Confirmed users
1,016
edits
(Created page with 'We've had some prelimenary thoughts on Jetpacks and l10n. Our basic thoughts are: *Disassociate translation files from the Jetpack itself. It's important that an author doesn't …') |
No edit summary |
||
Line 4: | Line 4: | ||
*Use gettext for JS code. | *Use gettext for JS code. | ||
*We need to find a nice way of doing localization in HTML. This probably involves finding a nice pre-existing solution for doing client-side webpage localization. Anyone know about this? | *We need to find a nice way of doing localization in HTML. This probably involves finding a nice pre-existing solution for doing client-side webpage localization. Anyone know about this? | ||
== L20n == | |||
Alternative approach may be to go with [[L20n]], which is a new format with JS API that fits jetpack and provides much better localization experience. | |||
[[User:Gandalf]] is working on JEP for that and initial implementation, check at [http://hg.mozilla.org/users/zbraniecki_mozilla.com/l20n] |