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

Localized Fairware dialogs to french and made a few fixes here and there.

This commit is contained in:
Virgil Dupras
2011-01-24 11:30:45 +01:00
parent 8a0d31f612
commit 6c60e76b55
8 changed files with 50 additions and 14 deletions

View File

@@ -88,7 +88,7 @@ def build_cocoa(edition, dev):
def build_qt(edition, dev):
print("Building .ts files")
build_all_qt_locs(op.join('qt', 'lang'))
build_all_qt_locs(op.join('qt', 'lang'), extradirs=[op.join('qtlib', 'lang')])
print("Building Qt stuff")
print_and_do("pyrcc4 -py3 {0} > {1}".format(op.join('qt', 'base', 'dg.qrc'), op.join('qt', 'base', 'dg_rc.py')))
print("Creating the run.py file")