Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Babel / Server Tool Project Plan"

(Milestone I)
(6 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
[[Category:Babel]]
 
=== Initial Release Milestone M0 ===
 
=== Initial Release Milestone M0 ===
 
Next week (Second week of January 2008) will be the initial release of the babel server code (see https://babel.eclipse.org/staging/).
 
Next week (Second week of January 2008) will be the initial release of the babel server code (see https://babel.eclipse.org/staging/).
 
<br>
 
<br>
Coding Tasks Before Launch:
+
<strike>Coding Tasks Before Launch:</strike>
 
<br>
 
<br>
 
<strike>* Refactor DB to allow only one copy of English string and internal key regardless of version (fix import tool/ajax callback queries)</strike>
 
<strike>* Refactor DB to allow only one copy of English string and internal key regardless of version (fix import tool/ajax callback queries)</strike>
Line 17: Line 18:
 
=== Milestone M1 ===
 
=== Milestone M1 ===
 
* Automate release cycle
 
* Automate release cycle
* Import translations string for version 3.2 of Eclipse
+
** database refactoring code from portal approved (http://dev.eclipse.org/ipzilla/show_bug.cgi?id=2069)
 +
** bug opened to simplify database refactoring code (https://bugs.eclipse.org/bugs/show_bug.cgi?id=217787)
 +
* <strike>Import translations string for version 3.2 of Eclipse</strike>
 
* Add voting for a translation
 
* Add voting for a translation
 
* Add copyright notices to language packs
 
* Add copyright notices to language packs
  
=== Milestone II ===
+
=== Milestone M2 ===
 
* Add initial users page with some useful stats (like # of string translated)
 
* Add initial users page with some useful stats (like # of string translated)
 
* stream line translation so it is easier
 
* stream line translation so it is easier
 +
** allow hiding string that have already been translationed
  
 
+
=== Milestone M3 ===
=== Milestone III ===
+

Revision as of 07:02, 9 October 2008

Initial Release Milestone M0

Next week (Second week of January 2008) will be the initial release of the babel server code (see https://babel.eclipse.org/staging/).
Coding Tasks Before Launch:
* Refactor DB to allow only one copy of English string and internal key regardless of version (fix import tool/ajax callback queries)
Importing Task Before Launch:

  • Populate with all Languages Eclipse has existing language packs for

* Populate Projects with strings
Right after Launch Features:

Milestone M1

Milestone M2

  • Add initial users page with some useful stats (like # of string translated)
  • stream line translation so it is easier
    • allow hiding string that have already been translationed

Milestone M3

Back to the top