Draft: Fixed problem with french translation
This commit is contained in:
@@ -118,6 +118,8 @@ class todo:
|
||||
todo.itinerary = []
|
||||
if todo.commitlist:
|
||||
for name,func in todo.commitlist:
|
||||
if isinstance(name,unicode):
|
||||
name = name.encode("utf8")
|
||||
#print("debug: committing ",str(name))
|
||||
try:
|
||||
name = str(name)
|
||||
|
||||
Reference in New Issue
Block a user