You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -137,6 +137,7 @@ There is a plugin available to run TypeDoc with Grunt created by Bart van der Sc
137
137
*[Sourcefile URL](https://github.com/gdelmas/typedoc-plugin-sourcefile-url) - Set custom source file URL links
138
138
*[Internal/External Module](https://github.com/christopherthielen/typedoc-plugin-internal-external) - Explicitly mark modules as `@internal` or `@external`
139
139
*[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
Copy file name to clipboardExpand all lines: src/test/renderer/specs/index.html
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -182,6 +182,7 @@ <h2 id="plugins">Plugins</h2>
182
182
<li><ahref="https://github.com/gdelmas/typedoc-plugin-sourcefile-url">Sourcefile URL</a> - Set custom source file URL links</li>
183
183
<li><ahref="https://github.com/christopherthielen/typedoc-plugin-internal-external">Internal/External Module</a> - Explicitly mark modules as <code>@internal</code> or <code>@external</code></li>
184
184
<li><ahref="https://github.com/christopherthielen/typedoc-plugin-single-line-tags">Single Line Tags</a> - Process certain <code>@tags</code> as single lines</li>
185
+
<li><ahref="https://github.com/IgniteUI/typedoc-plugin-localization">Localization</a> - Generate documentation for different languages</li>
185
186
</ul>
186
187
<h2id="advanced-guides-and-docs">Advanced guides and docs</h2>
187
188
<p>Visit our homepage for advanced guides and an extensive API documentation:<br>
0 commit comments