Commit f34e8a38 authored by Michal Čihař's avatar Michal Čihař

Document when this workaround can be removed

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 30965f31
...@@ -28,6 +28,8 @@ from translate.storage.jsonl10n import JsonFile as JsonFileTT ...@@ -28,6 +28,8 @@ from translate.storage.jsonl10n import JsonFile as JsonFileTT
class JsonFile(JsonFileTT): class JsonFile(JsonFileTT):
""" """
Workaround ttkit bug on not including added units in saved file. Workaround ttkit bug on not including added units in saved file.
This is fixed in 1.13.0
""" """
def __str__(self): def __str__(self):
data = {} data = {}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment