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 """ |