You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: archinstall/locales/README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,8 @@ translation is provided for a language then this is the text that is going to be
34
34
35
35
## Perform translations
36
36
37
+
Firstly run the script `./locales_generator.sh <lang_abbr>` to update `base.po` to the latest.
38
+
37
39
To perform translations for a language, the file `base.po` can be edited manually, or the neat `poedit` can be used (https://poedit.net/).
38
40
If editing the file manually, write the translation in the `msgstr` part
39
41
@@ -43,5 +45,6 @@ msgid "Do you really want to abort?"
43
45
msgstr "Wollen sie wirklich abbrechen?"
44
46
```
45
47
46
-
After the translations have been written, run the script once more `./locales_generator.sh` and it will auto-generate the `base.mo` file with the included translations.
48
+
After the translations have been written, run the script once more `./locales_generator.sh <lang_abbr>` and it will auto-generate the `base.mo` file with the included translations.
49
+
47
50
After that you're all ready to go and enjoy Archinstall in the new language :)
0 commit comments