Skip to content

Commit

Permalink
Fix Polish translation (archlinux#1492)
Browse files Browse the repository at this point in the history
* Fix Polish language name

* Fix message "Should this user be a superuser (sudoer)?"
  • Loading branch information
M3DZIK authored Oct 3, 2022
1 parent bd3c278 commit fcb53e4
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion archinstall/locales/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ To display the language inside Archinstall in your own tongue, please edit the f
add a `translated_lang` entry to the respective language, e.g.

```
{"abbr": "pl", "lang": "Polish", "translated_lang": "Polskie"}
{"abbr": "pl", "lang": "Polish", "translated_lang": "Polski"}
```
2 changes: 1 addition & 1 deletion archinstall/locales/languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
{"abbr": "os", "lang": "Ossetian"},
{"abbr": "pa", "lang": "Panjabi"},
{"abbr": "pi", "lang": "Pali"},
{"abbr": "pl", "lang": "Polish", "translated_lang": "Polskie"},
{"abbr": "pl", "lang": "Polish", "translated_lang": "Polski"},
{"abbr": "pt", "lang": "Portuguese", "translated_lang": "Português"},
{"abbr": "pt_BR", "lang": "Brazilian Portuguese", "translated_lang": "Portugues do Brasil"},
{"abbr": "ps", "lang": "Pushto"},
Expand Down
Binary file modified archinstall/locales/pl/LC_MESSAGES/base.mo
Binary file not shown.
2 changes: 1 addition & 1 deletion archinstall/locales/pl/LC_MESSAGES/base.po
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ msgid "Any additional users to install (leave blank for no users): "
msgstr "Ewentualni użytkownicy do instalacji (pozostaw puste jeśli nie chcesz tworzyć użytkowników): "

msgid "Should this user be a superuser (sudoer)?"
msgstr "Czy użytkownik powinien superużytkownikiem (sudoer)?"
msgstr "Czy użytkownik powinien być superużytkownikiem (sudoer)?"

msgid "Select a timezone"
msgstr "Wybierz strefę czasową"
Expand Down

0 comments on commit fcb53e4

Please sign in to comment.