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

I had forgotten to add translatable strings from cocoa/inter into the .pot files.

This commit is contained in:
Virgil Dupras
2011-11-04 11:23:17 -04:00
parent df6d7141f1
commit dd0af2fe15
7 changed files with 170 additions and 25 deletions

View File

@@ -143,7 +143,8 @@ def build_updatepot():
print("Building columns.pot")
loc.generate_pot(all_cores, op.join('locale', 'columns.pot'), ['coltr'])
print("Building ui.pot")
loc.generate_pot(['qt'], op.join('locale', 'ui.pot'), ['tr'])
ui_packages = ['qt', op.join('cocoa', 'inter')]
loc.generate_pot(ui_packages, op.join('locale', 'ui.pot'), ['tr'])
print("Building hscommon.pot")
loc.generate_pot(['hscommon'], op.join('hscommon', 'locale', 'hscommon.pot'), ['tr'])
print("Building qtlib.pot")