Skip to content

Commit 00d2463

Browse files
committed
docs: update translation instructions
1 parent 3b5b324 commit 00d2463

1 file changed

Lines changed: 2 additions & 10 deletions

File tree

translate/README.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,6 @@ Optionally, a graphical editor for translation files (e.g [Lokalize](https://app
1515

1616
The project comes with a helper script (`bin/i18n`) to manage translations:
1717

18-
1. **Extract translatable strings** from the source code:
19-
20-
```sh
21-
./bin/i18n extract
22-
```
23-
24-
Creates/updates the translation template file (`translate/template.pot`) and updates existing `.po` files.
25-
2618
1. **Check translation status**:
2719

2820
```sh
@@ -31,7 +23,7 @@ The project comes with a helper script (`bin/i18n`) to manage translations:
3123

3224
Check if translations template is up to date and shows how many strings are untranslated in each language file.
3325

34-
1. **Initialize a new language**:
26+
2. **Initialize a new language**:
3527

3628
```sh
3729
./bin/i18n init <lang_code>
@@ -41,7 +33,7 @@ The project comes with a helper script (`bin/i18n`) to manage translations:
4133

4234
Your region's locale code can be found at: <https://stackoverflow.com/questions/3191664/list-of-all-locales-and-their-short-codes/28357857#28357857>
4335

44-
1. **Compile translations**:
36+
3. **Compile translations**:
4537

4638
```sh
4739
./bin/i18n compile

0 commit comments

Comments
 (0)