L10n:Goals/2010Q4/WebDev L10n Package: Difference between revisions
Jump to navigation
Jump to search
(Created page with "__NOTOC__<!-- Summary --> *'''Project Lead''': == Status == <!-- bits inside onlyinclude can be transcluded into the main Project page --> <onlyinclude>Enter stuff here</onlyi...") |
No edit summary |
||
| Line 1: | Line 1: | ||
__NOTOC__<!-- Summary --> | __NOTOC__<!-- Summary -->Make webdev's life easier and reduce our workload when it comes to internationalizing webapps. | ||
*'''Project Lead''': Stas | |||
*'''Reviewer''': Pascal | |||
([[L10n:Goals/2010Q3/WebDev_L10n_Package|Moved from Q3]]) | |||
== Status == | == Status == | ||
<!-- bits inside onlyinclude can be transcluded into the main Project page --> | <!-- bits inside onlyinclude can be transcluded into the main Project page --> | ||
<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. | |||
* A very flexible set-up allows for per-locale customizations | |||
== Non Goals == | == 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 == | == Timeline / Milestones == | ||
''TBD'' | |||
These are the bugs of interest: | These are the bugs of interest: | ||
| Line 32: | Line 48: | ||
== Related Projects == | == Related Projects == | ||
* {{bug|565165}} - make services.mozilla.com localizable (PHP) | |||
* {{bug|554205}} - localize javascript in Kitsune (Python, via Babel/Tower) | |||
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
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
TBD
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)