eric6/Tools/TRPreviewer.py

changeset 8207
d359172d11be
parent 8151
8c1445825e7b
child 8217
385f60c94548
equal deleted inserted replaced
8206:adf11836cfce 8207:d359172d11be
429 Public slot to reload all translations. 429 Public slot to reload all translations.
430 """ 430 """
431 self.translations.reload() 431 self.translations.reload()
432 432
433 433
434 class Translation(object): 434 class Translation:
435 """ 435 """
436 Class to store the properties of a translation. 436 Class to store the properties of a translation.
437 """ 437 """
438 def __init__(self): 438 def __init__(self):
439 """ 439 """

eric ide

mercurial