1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2026-01-22 14:41:39 +00:00

Fix Issues from Translation Update

- Add Qtlib to transifex config
- Pull latest qtlib translations
- Fix flake8 error
- Remove code for manual translation import, use transifex-client instead
This commit is contained in:
2021-08-06 22:21:35 -05:00
parent 0cd8f5e948
commit c51a82a2ce
20 changed files with 1059 additions and 887 deletions

View File

@@ -13,7 +13,7 @@ import locale
import logging
import os.path as op
from .plat import ISWINDOWS, ISLINUX
from .plat import ISLINUX
_trfunc = None
_trget = None