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"

(Initial Release of Phase I)
(Initial Release of Phase I)
Line 2: Line 2:
 
Next week (Second week of January 2008) will be the initial release of the babel server code (see https://babel.eclipse.org/staging/login.php).
 
Next week (Second week of January 2008) will be the initial release of the babel server code (see https://babel.eclipse.org/staging/login.php).
  
Tasks before launch:
+
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)
 
* Refactor DB to allow only one copy of English string and internal key regardless of version (fix import tool/ajax callback queries)
 
* Add voting for a translation
 
* Add voting for a translation
 
* 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
 
+
<br>
 +
Importing Task Before Launch:
 
* Populate all Languages
 
* Populate all Languages
 
* Populate Projects with strings
 
* Populate Projects with strings
 
* Import all translations
 
* Import all translations

Revision as of 19:00, 4 January 2008

Initial Release of Phase I

Next week (Second week of January 2008) will be the initial release of the babel server code (see https://babel.eclipse.org/staging/login.php).

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)
  • Add voting for a translation
  • Add initial users page with some useful stats (like # of string translated)
  • stream line translation so it is easier


Importing Task Before Launch:

  • Populate all Languages
  • Populate Projects with strings
  • Import all translations

Back to the top