File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,14 +15,6 @@ Optionally, a graphical editor for translation files (e.g [Lokalize](https://app
1515
1616The 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-
26181 . ** 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
You can’t perform that action at this time.
0 commit comments