Remove wrong comments
parent
9a86bbff80
commit
5be9bccaeb
|
@ -129,13 +129,10 @@ class Hello():
|
||||||
|
|
||||||
self.save["locale"] = locale
|
self.save["locale"] = locale
|
||||||
|
|
||||||
# Dirty code to fix an issue with gettext that can't translate strings from glade files
|
# Real-time locale changing
|
||||||
# Redfining all translatables strings
|
|
||||||
# TODO: Find a better solution
|
|
||||||
elts = {
|
elts = {
|
||||||
"comments": {
|
"comments": { "aboutdialog"},
|
||||||
"aboutdialog"
|
|
||||||
},
|
|
||||||
"label": {
|
"label": {
|
||||||
"autostartlabel",
|
"autostartlabel",
|
||||||
"development",
|
"development",
|
||||||
|
@ -155,10 +152,7 @@ class Hello():
|
||||||
"welcometitle",
|
"welcometitle",
|
||||||
"wiki"
|
"wiki"
|
||||||
},
|
},
|
||||||
"tooltip_text": {
|
"tooltip_text": { "about", "home" }
|
||||||
"about",
|
|
||||||
"home"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
for method in elts:
|
for method in elts:
|
||||||
for elt in elts[method]:
|
for elt in elts[method]:
|
||||||
|
|
Loading…
Reference in New Issue