Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 18, 2023
2 parents 826ffdb + 1f43391 commit 1b008a7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion ks_includes/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def __init__(self, configfile, screen=None):
logging.exception(msg)
self.errors.append(msg)

printers = sorted([i for i in self.config.sections() if i.startswith("printer ")])
printers = [i for i in self.config.sections() if i.startswith("printer ")]
if len(printers) == 0:
printers.append("Printer Printer")
self.printers = [
Expand Down
Binary file modified ks_includes/locales/uk/LC_MESSAGES/KlipperScreen.mo
Binary file not shown.
14 changes: 8 additions & 6 deletions ks_includes/locales/uk/LC_MESSAGES/KlipperScreen.po
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
#
msgid ""
msgstr ""
"Project-Id-Version: 2023-10-24 19:36\n"
"Project-Id-Version: 2023-12-17 01:36\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-10-20 00:09-0300\n"
"PO-Revision-Date: 2023-10-24 00:27+0300\n"
"PO-Revision-Date: 2023-12-17 00:58+0200\n"
"Last-Translator: Andrii Komarovskyi\n"
"Language-Team: Andrii Komarovskyi\n"
"Language: uk\n"
Expand All @@ -17,7 +17,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
"n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n"
"X-Generator: Poedit 3.3.2\n"
"X-Generator: Poedit 3.4.1\n"

#, python-format
msgid "%s will be updated to version"
Expand Down Expand Up @@ -212,8 +212,8 @@ msgstr "Дуже Великий"

msgid "Extrude"
msgstr ""
"Заміна\n"
"пластику"
"Заміна пластику\n"
"Продавити"

msgid "Extrusion +"
msgstr "Видавити +"
Expand Down Expand Up @@ -598,7 +598,9 @@ msgid "Resume"
msgstr "ВІДНОВИТИ"

msgid "Retract"
msgstr "Ретракт"
msgstr ""
"Доатково\n"
"вийняти"

msgid "Retraction"
msgstr ""
Expand Down

0 comments on commit 1b008a7

Please sign in to comment.