This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 32125 - Integration with Localization Databases
Summary: Integration with Localization Databases
Status: STARTED
Alias: None
Product: utilities
Classification: Unclassified
Component: Properties (show other bugs)
Version: 3.x
Hardware: All All
: P4 blocker (vote)
Assignee: Jan Peska
URL:
Keywords: UI
Depends on:
Blocks: 32123
  Show dependency tree
 
Reported: 2003-03-19 08:58 UTC by _ pkuzel
Modified: 2011-09-01 16:00 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ pkuzel 2003-03-19 08:58:24 UTC
During typical localization process a localizing
user needs to manually translate many repeating
sentences. It's possible to store each translation
into a database and then while localizing the same
sentence offer last translation as default.

interface TranslactionDBInterface {
  public setOriginLocale(Locale from);
  public setTargetLocale(Locale to);
  public String[] translateSentence(String from);
  public void translatedSentence(String from,
String to);
}
Comment 1 Marian Petras 2005-05-13 15:52:06 UTC
Accepted, but not planned for the upcoming two releases unless more people start
working on the following modules: Properties, Utilities, I18n, JUnit, Image
(currently one developer for all the modules).