Skip to content

Commit a42363e

Browse files
zdrawkumrkurt
authored andcommitted
Add localization plugin to Readme.md plugin section (TypeStrong#850)
Adding localization plugin in the plugin section. This plugin will ease every user, to: 1. Generate a json files with all code comments based on the project structure 2. Edit the json with the translation on the desired language 3. Re-generate the typodoc documentation with the updated jason for the new language
1 parent 3fe4f57 commit a42363e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ There is a plugin available to run TypeDoc with Grunt created by Bart van der Sc
137137
* [Sourcefile URL](https://github.com/gdelmas/typedoc-plugin-sourcefile-url) - Set custom source file URL links
138138
* [Internal/External Module](https://github.com/christopherthielen/typedoc-plugin-internal-external) - Explicitly mark modules as `@internal` or `@external`
139139
* [Single Line Tags](https://github.com/christopherthielen/typedoc-plugin-single-line-tags) - Process certain `@tags` as single lines
140+
* [Localization](https://github.com/IgniteUI/typedoc-plugin-localization) - Generate documentation for different languages
140141

141142
## Advanced guides and docs
142143

src/test/renderer/specs/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ <h2 id="plugins">Plugins</h2>
182182
<li><a href="https://github.com/gdelmas/typedoc-plugin-sourcefile-url">Sourcefile URL</a> - Set custom source file URL links</li>
183183
<li><a href="https://github.com/christopherthielen/typedoc-plugin-internal-external">Internal/External Module</a> - Explicitly mark modules as <code>@internal</code> or <code>@external</code></li>
184184
<li><a href="https://github.com/christopherthielen/typedoc-plugin-single-line-tags">Single Line Tags</a> - Process certain <code>@tags</code> as single lines</li>
185+
<li><a href="https://github.com/IgniteUI/typedoc-plugin-localization">Localization</a> - Generate documentation for different languages</li>
185186
</ul>
186187
<h2 id="advanced-guides-and-docs">Advanced guides and docs</h2>
187188
<p>Visit our homepage for advanced guides and an extensive API documentation:<br>

0 commit comments

Comments
 (0)