-
Bug
-
Resolution: Fixed
-
P3
-
1.3.1
-
rc1
-
generic
-
generic
The English Converter.java file has been updated several times. It is now version 1.14. The l10n file was based on version 1.3. ALC needs to update the following files prior to RC1 codefreeze:
Converter_ko.java
Converter_zh_CN.java
Converter_zh_TW.java
Below are the diffs:
2c2
< * @(#)Converter.java 1.14 00/12/21
---
> * @(#)Converter.java 1.3 98/03/08
65c65
< { "warning_dialog.info", "The backup folder and the destination folder cannot" + newline +
---
> { "warning_dialog.info", "The source folder and the backup folder cannot" + newline +
74c74
< { "illegal_source_and_backup.info", "Destination and backup directories cannot be the same!"},
---
> { "illegal_source_and_backup.info", "Source and backup directories cannot be the same!"},
167c167
< "Usage: java -jar htmlconv1_3_1.jar [-option1 value1 [-option2 value2 [...]]] [-simulate] [filespecs]" + newline + newline +
---
> "Usage: java -jar htmlconv-13.jar [-option1 value1 [-option2 value2 [...]]] [-simulate] [filespecs]" + newline + newline +
170,171c170
< "-source: Path to get original files. Default: <userdir>" + newline +
< "-dest: Path to write converted files. Default: <userdir>" + newline +
---
> "-source: Path to files. Default: <userdir>" + newline +
Converter_ko.java
Converter_zh_CN.java
Converter_zh_TW.java
Below are the diffs:
2c2
< * @(#)Converter.java 1.14 00/12/21
---
> * @(#)Converter.java 1.3 98/03/08
65c65
< { "warning_dialog.info", "The backup folder and the destination folder cannot" + newline +
---
> { "warning_dialog.info", "The source folder and the backup folder cannot" + newline +
74c74
< { "illegal_source_and_backup.info", "Destination and backup directories cannot be the same!"},
---
> { "illegal_source_and_backup.info", "Source and backup directories cannot be the same!"},
167c167
< "Usage: java -jar htmlconv1_3_1.jar [-option1 value1 [-option2 value2 [...]]] [-simulate] [filespecs]" + newline + newline +
---
> "Usage: java -jar htmlconv-13.jar [-option1 value1 [-option2 value2 [...]]] [-simulate] [filespecs]" + newline + newline +
170,171c170
< "-source: Path to get original files. Default: <userdir>" + newline +
< "-dest: Path to write converted files. Default: <userdir>" + newline +
---
> "-source: Path to files. Default: <userdir>" + newline +
- relates to
-
JDK-4420335 l10n_euro: Converter_xx.java is not latest version
- Resolved
-
JDK-4420331 l10n_japan: Converter_ja.java is not latest version
- Closed