Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall/locales/README.md
diff options
context:
space:
mode:
authorDaniel <blackrabbit256@gmail.com>2022-02-06 21:30:26 +1100
committerGitHub <noreply@github.com>2022-02-06 11:30:26 +0100
commit9fb8d3164ce07e6cd08fe60f2e6f1203ccb8991a (patch)
tree8e525e9d65ab48da74602bec20e68e5cae51d754 /archinstall/locales/README.md
parentec73bdab4cf124aba16e10293e5e75a3bc89afb8 (diff)
Update nationalization (#944)
* Update nationalization * Update translations * Finish german translation * Fix errors #943 * Add remaining translations * Fix alignment in menu * Update README * Update translations: * Fix flake8 * Update tz function Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
Diffstat (limited to 'archinstall/locales/README.md')
-rw-r--r--archinstall/locales/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/archinstall/locales/README.md b/archinstall/locales/README.md
index a2c65f79..70822c05 100644
--- a/archinstall/locales/README.md
+++ b/archinstall/locales/README.md
@@ -20,7 +20,8 @@ msgstr ""
The `msgid` is the identifier of the string in the code as well as the default text to be displayed, meaning that if no
translation is provided for a language then this is the text that is going to be shown.
-To provide a translation for the language, simply write the translation in the `msgstr` part
+To perform translations for a language this file can be edited manually or the neat `poedit` can be used (https://poedit.net/).
+If editing the file manually, write the translation in the `msgstr` part
```
#: lib/user_interaction.py:82
@@ -28,6 +29,5 @@ msgid "Do you really want to abort?"
msgstr "Wollen sie wirklich abbrechen?"
```
-After that run the script once more `./locales_generator.sh` and it will auto-generate the `base.mo` file with the included translations.
+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.
After that you're all ready to go and enjoy Archinstall in the new language :)
-