From 1207594f8dde56c569b97acce4f270447a121a53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alper=20Ebi=C3=A7o=C4=9Flu?= <9526587+ebicoglu@users.noreply.github.com> Date: Tue, 28 Nov 2023 09:17:05 +0300 Subject: [PATCH] Update README.md --- abp_io/README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/abp_io/README.md b/abp_io/README.md index a584b9f90d..a3f8d9f3d7 100644 --- a/abp_io/README.md +++ b/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: -1- Install ABP CLI -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. - ---- +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. +--- References: * [ABP CLI Translate Command](https://docs.abp.io/en/abp/latest/Contribution/Index#using-the-abp-translate-command)