mirror of https://github.com/abpframework/abp.git
committed by
GitHub
1 changed files with 20 additions and 9 deletions
@ -1,21 +1,32 @@ |
|||
## Abp.io Platform Localization Project |
|||
## ABP Platform Websites Localization |
|||
|
|||
This is the localization project of [abp.io](https://abp.io) platform. |
|||
You can correct the missing localization or translate it into your own language. |
|||
By doing so, [abp.io](https://abp.io) websites will be translated into a new language and the community will be expanded. |
|||
This is the localization project of [abp.io platform](https://abp.io). |
|||
All *.abp.io websites are built on top of ABP Framework, and it uses ABP Framework's localization system. |
|||
You can correct a wrong localization text, or you can translate it into your own language. |
|||
By doing so, [abp.io](https://abp.io) websites will be translated into a new language and it will help to expand the ABP Community. |
|||
|
|||
|
|||
|
|||
## To Translate abp.io Into Your Language: |
|||
## How to Translate abp.io Into Your Language: |
|||
|
|||
1. Install [ABP CLI](https://docs.abp.io/en/abp/latest/CLI) command line tool. |
|||
|
|||
2. Run the following command for your language. For example for translating from English to French use: `abp translate -c fr` |
|||
3. After you fill in the empty localization keys, run the following command to apply it `abp translate -a`. |
|||
4. Send your PR to the team and after review we merge it. |
|||
2. Run the following command to generate the localization file. |
|||
For example, for translating from English to French `fr`: |
|||
|
|||
```bash |
|||
abp translate -c fr |
|||
``` |
|||
3. After you fill in the empty localization keys, run the following command to apply it. |
|||
```bash |
|||
abp translate -a |
|||
``` |
|||
4. Send your PR to the team; after the review process, we wil merge it. |
|||
|
|||
--- |
|||
|
|||
References: |
|||
|
|||
|
|||
## References: |
|||
* [ABP CLI Translate Command](https://docs.abp.io/en/abp/latest/Contribution/Index#using-the-abp-translate-command) |
|||
* [Contribution Guide](https://github.com/abpframework/abp/blob/dev/docs/en/Contribution/Index.md) |
|||
|
|||
Loading…
Reference in new issue