Update Translations (#284)

* Update Translations

* Various fixes to not break the UI

* Add updater translations

* Fix pycodestyle

* Fix updater translations

* Fix pycodestyle

* Fix restart translation

* Fix \n in label

* Update French
Thank you Bahoue

* Separate "default"

Co-authored-by: jordanruthe <31575189+jordanruthe@users.noreply.github.com>
This commit is contained in:
Alfredo Monclus
2021-10-04 21:18:27 -03:00
committed by GitHub
parent c618044898
commit 5f5e6336c0
20 changed files with 718 additions and 503 deletions

View File

@@ -419,7 +419,7 @@ class KlipperScreen(Gtk.Window):
]
label = Gtk.Label()
label.set_markup(_("To apply %s KlipperScreen needs to be restarted" % value))
label.set_markup(_("To apply %s KlipperScreen needs to be restarted") % value)
label.set_hexpand(True)
label.set_halign(Gtk.Align.CENTER)
label.set_vexpand(True)