-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(readme): add ref to the igniteui-angular repo #13
Conversation
README.md
Outdated
@@ -1,6 +1,9 @@ | |||
## typedoc-plugin-localization | |||
[![Build Status](https://travis-ci.org/IgniteUI/typedoc-plugin-localization.svg?branch=master)](https://travis-ci.org/IgniteUI/typedoc-plugin-localization) | |||
[![npm version](https://badge.fury.io/js/typedoc-plugin-localization.svg)](https://badge.fury.io/js/typedoc-plugin-localization) | |||
|
|||
## Inspired by [igniteui-angular](https://github.com/IgniteUI/igniteui-angular) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
## Inspired by [igniteui-angular](https://github.com/IgniteUI/igniteui-angular) | |
## Inspired and used by [Ignite UI for Angular](https://github.com/IgniteUI/igniteui-angular) |
README.md
Outdated
|
||
#### Additional Information | ||
|
||
We have exposed the opportunity to localize your hardcoded template strings. How? </br> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have exposed the opportunity to localize your hardcoded template strings. How? </br> | |
For your convenience we have exposed a way to localize your hardcoded template strings. How? </br> |
README.md
Outdated
</ul> | ||
``` | ||
|
||
3. Execute the translation command which would contains the `localization key` and the `path` to the `template strings` file. </br> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
3. Execute the translation command which would contains the `localization key` and the `path` to the `template strings` file. </br> | |
3. Execute the translation command which would contain the `localization key` and the `path` of the `template strings` file. </br> |
README.md
Outdated
``` | ||
npx typedoc `<main-proj-dir>` --localize `<localization-key>` --templateStrings <path/to/the/file>` | ||
``` | ||
In the case of the [igniteui-angular](https://github.com/IgniteUI/igniteui-angular) it would be: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In the case of the [igniteui-angular](https://github.com/IgniteUI/igniteui-angular) it would be: | |
In case of [igniteui-angular](https://github.com/IgniteUI/igniteui-angular) it would be: |
No description provided.