Fix i18n message catalog naming, add catalog for generator app
ClosedPublic

Authored by kossebau on Dec 21 2017, 2:49 PM.

Details

Summary
  • rust_qt_binding_generator uses tr() calls, but was missing catalog extraction and catalog loading
  • .pot is not part of the catalog name
  • Demo_qt is too generic name

Diff Detail

Repository
R881 Rust Qt Binding Generator
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
kossebau requested review of this revision.Dec 21 2017, 2:49 PM
kossebau created this revision.
vandenoever accepted this revision.Dec 22 2017, 5:20 PM

Looks good!

This revision is now accepted and ready to land.Dec 22 2017, 5:20 PM
This revision was automatically updated to reflect the committed changes.