Browse Source

Update README.md

pull/18291/head
Alper Ebiçoğlu 2 years ago
committed by GitHub
parent
commit
1207594f8d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 11
      abp_io/README.md

11
abp_io/README.md

@ -8,14 +8,13 @@ By doing so, [abp.io](https://abp.io) websites will be translated into a new lan
## To Translate abp.io Into Your Language: ## To Translate abp.io Into Your Language:
1- Install ABP CLI 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 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.
---
References: References:
* [ABP CLI Translate Command](https://docs.abp.io/en/abp/latest/Contribution/Index#using-the-abp-translate-command) * [ABP CLI Translate Command](https://docs.abp.io/en/abp/latest/Contribution/Index#using-the-abp-translate-command)

Loading…
Cancel
Save