From c109e8bc0bf48fb79c4a11771984363074a31181 Mon Sep 17 00:00:00 2001 From: Zdravko Kolev Date: Mon, 3 Sep 2018 18:29:54 +0300 Subject: [PATCH] Add localization plugin to Readme.md plugin section (#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 --- README.md | 1 + src/test/renderer/specs/index.html | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 34e7139cb..576651e5a 100644 --- a/README.md +++ b/README.md @@ -137,6 +137,7 @@ There is a plugin available to run TypeDoc with Grunt created by Bart van der Sc * [Sourcefile URL](https://github.com/gdelmas/typedoc-plugin-sourcefile-url) - Set custom source file URL links * [Internal/External Module](https://github.com/christopherthielen/typedoc-plugin-internal-external) - Explicitly mark modules as `@internal` or `@external` * [Single Line Tags](https://github.com/christopherthielen/typedoc-plugin-single-line-tags) - Process certain `@tags` as single lines +* [Localization](https://github.com/IgniteUI/typedoc-plugin-localization) - Generate documentation for different languages ## Advanced guides and docs diff --git a/src/test/renderer/specs/index.html b/src/test/renderer/specs/index.html index 88dc717c8..30c8eb5c6 100644 --- a/src/test/renderer/specs/index.html +++ b/src/test/renderer/specs/index.html @@ -182,6 +182,7 @@

Plugins

  • Sourcefile URL - Set custom source file URL links
  • Internal/External Module - Explicitly mark modules as @internal or @external
  • Single Line Tags - Process certain @tags as single lines
  • +
  • Localization - Generate documentation for different languages
  • Advanced guides and docs

    Visit our homepage for advanced guides and an extensive API documentation: