L10n:Goals/2010Q3/WebDev L10n Package: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
Line 8: Line 8:
<!-- bits inside onlyinclude can be transcluded into the main Project page -->
<!-- bits inside onlyinclude can be transcluded into the main Project page -->
<onlyinclude>Dev version of the PHP code available on [http://github.com/stasm/webi18n/tree/master/php-generic/ github]. Little progress made for python (need to reuse code written for Kitsune).</onlyinclude>
<onlyinclude>Dev version of the PHP code available on [http://github.com/stasm/webi18n/tree/master/php-generic/ github]. Little progress made for python (need to reuse code written for Kitsune).</onlyinclude>
PHP-generic todo:
- add support for 'no htaccess' way
- multiple gettext domains
- locale feedback (don't go directly to en-US)
- make use of a prefetch script


== Goals ==
== Goals ==
* Let webdev internationalize their websites (php/python) by deploying an easily-customizable i18n code package.
* Let webdev internationalize their websites (php/python) by deploying an easily-customizable i18n code package.
* A very flexible set-up allows for per-locale customizations


== Non Goals ==
== Non Goals ==
* Interactive shell script?
* Content is easy for marketing to update
* Content is easy for localizers to customize (e.g. add a locale-specific paragraph) (basic HTML knowledge is assumed)


== Timeline / Milestones ==
== Timeline / Milestones ==

Revision as of 15:34, 30 August 2010

Make webdev's life easier and reduce our workload when it comes to internationalizing webapps.

  • Project Lead: Stas
  • Reviewer: Pascal

Status

Dev version of the PHP code available on github. Little progress made for python (need to reuse code written for Kitsune).

PHP-generic todo: - add support for 'no htaccess' way - multiple gettext domains - locale feedback (don't go directly to en-US) - make use of a prefetch script

Goals

  • Let webdev internationalize their websites (php/python) by deploying an easily-customizable i18n code package.
  • A very flexible set-up allows for per-locale customizations

Non Goals

  • Content is easy for marketing to update
  • Content is easy for localizers to customize (e.g. add a locale-specific paragraph) (basic HTML knowledge is assumed)

Timeline / Milestones

  • PHP beta: September 15
  • Python alfa: September 15
  • RC with full PHP support and test Python support: September 31

These are the bugs of interest:

Bug Owner Status

Requirements

Dependencies

Testing

Related Projects

  • bug 565165 - make services.mozilla.com localizable (PHP)
  • bug 554205 - localize javascript in Kitsune (Python, via Babel/Tower)