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

From MozillaWiki
Jump to navigation Jump to search
No edit summary
(moved to q4)
 
Line 7: Line 7:


<!-- 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>[[L10n:Goals/2010Q4/WebDev_L10n_Package|Moved to Q4]]</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 ==

Latest revision as of 18:49, 22 September 2010

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

  • Project Lead: Stas
  • Reviewer: Pascal

Status

Moved to Q4

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)