| 3 |
<head> |
<head> |
| 4 |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> |
| 5 |
<meta name="Description" content="Describes differences between 1.0 and 2.0 navigation and steps to convert 1.0 navigation to 2.0 syntax"> |
<meta name="Description" content="Describes differences between 1.0 and 2.0 navigation and steps to convert 1.0 navigation to 2.0 syntax"> |
| 6 |
|
<meta name="GENERATOR" content="Mozilla/4.79 [en] (Windows NT 5.0; U) [Netscape]"> |
| 7 |
<title>Migrating Help Contributions</title> |
<title>Migrating Help Contributions</title> |
|
|
|
| 8 |
<link rel="stylesheet" href="http://dev.eclipse.org/default_style.css" type="text/css"> |
<link rel="stylesheet" href="http://dev.eclipse.org/default_style.css" type="text/css"> |
|
|
|
| 9 |
<style type="text/css"> |
<style type="text/css"> |
| 10 |
<!-- |
<!-- |
| 11 |
.oldcode { font-family: monospace; background-color: #FFDDDD; font-size: small;} |
.oldcode { font-family: monospace; background-color: #FFDDDD; font-size: small;} |
| 14 |
.newsyntax { background-color: #DDDDFF; font-size: small;} |
.newsyntax { background-color: #DDDDFF; font-size: small;} |
| 15 |
--> |
--> |
| 16 |
</style> |
</style> |
|
|
|
| 17 |
</head> |
</head> |
| 18 |
<body> |
<body> |
| 19 |
|
|
| 538 |
The approach taken will depend on a specific circumstances. |
The approach taken will depend on a specific circumstances. |
| 539 |
<h4> |
<h4> |
| 540 |
<a NAME="INTERNATIONALIZATION"></a>Internationalization</h4> |
<a NAME="INTERNATIONALIZATION"></a>Internationalization</h4> |
| 541 |
The 2.0 help system expects the TOC XML files to be translatable, and will |
The 2.0 help system expects the TOC XML files to be translated, and will |
| 542 |
look for the TOC under <plugin install dir>/nl/<locale> directory. |
look for the TOC under <plugin install dir>/nl/<language>/<country> |
| 543 |
If strings from 1.0 help contributions were externalized to property files, |
and <plugin install dir>/nl/<language>/ directories. If strings |
| 544 |
they need to be put back into the topics files (now TOC). If translated |
from 1.0 help contributions were externalized to property files, they need |
| 545 |
properties are already available, multiple copies of the TOCs can be created |
to be put back into the topics files (now TOC). If translated properties |
| 546 |
and placed under appropriate locale directories. Each of the TOCs |
are already available, multiple copies of the TOCs can be created and placed |
| 547 |
should be filled with string from the corresponding property file. |
under appropriate locale directories. Each of the TOCs should be |
| 548 |
|
filled with string from the corresponding property file. Since format |
| 549 |
|
of property files and XML differ, attention must be paid to encoding of |
| 550 |
|
characters. Characters that are not part of ISO 8859-1 encoding and |
| 551 |
|
were encoded using \uXXXX format in property files, no longer need to be |
| 552 |
|
encoded. Special characters can be encoded using in XML using &#xXX; |
| 553 |
|
format. |
| 554 |
<p><a href="#TOP">back to top</a> |
<p><a href="#TOP">back to top</a> |
| 555 |
</body> |
</body> |
| 556 |
</html> |
</html> |