Fix language selection
This commit is contained in:
parent
16651d9396
commit
ea021dae79
@ -164,7 +164,8 @@ class Hello():
|
||||
}
|
||||
}
|
||||
for method in elts:
|
||||
self.default_texts[method] = {}
|
||||
if method not in self.default_texts:
|
||||
self.default_texts[method] = {}
|
||||
for elt in elts[method]:
|
||||
if elt not in self.default_texts[method]:
|
||||
self.default_texts[method][elt] = getattr(
|
||||
|
Loading…
Reference in New Issue
Block a user