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)
 
(13 intermediate revisions by 2 users not shown)
Line 1: Line 1:
=== Initial Release Milestone 0 ===
+
[[Category:Babel]]
 +
 
 +
'''These notes are for the initial phase of Babel and are here for historical reference only.'''
 +
 
 +
=== 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 15: Line 19:
 
* Make SVN work with the maps processor https://bugs.eclipse.org/bugs/show_bug.cgi?id=217196
 
* Make SVN work with the maps processor https://bugs.eclipse.org/bugs/show_bug.cgi?id=217196
  
=== Milestone I ===
+
=== Milestone M1 ===
* Import all translations -- do we want to import 3.2 strings?
+
* Add voting for a translation
+
 
* Automate release cycle
 
* Automate release cycle
 +
** 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 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 ===
+

Latest revision as of 23:47, 11 February 2023


These notes are for the initial phase of Babel and are here for historical reference only.

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