Rename translation catalog for tdehwdevicetray.

Add CMakeL10n rules for kcmhwmanager and tdehwdevicetray.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
pull/66/head
Slávek Banko 5 years ago
parent 969a048cd6
commit b9d818d1be
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -0,0 +1,11 @@
##### create translation templates ##############
tde_l10n_create_template(
CATALOG "kcmhwmanager"
EXCLUDES "^hwdevicetray.*"
)
tde_l10n_create_template(
CATALOG "tdehwdevicetray"
SOURCES "hwdevicetray*.cpp"
)

@ -39,7 +39,7 @@ int main(int argc, char **argv)
TDEAboutData aboutData("hwdevicetray", I18N_NOOP("Hardware Device Monitor"), hwdevicetrayVersion, I18N_NOOP("Hardware Device Monitor Tray Application"), TDEAboutData::License_GPL_V3, "(c) 2015 Timothy Pearson", 0L, "");
aboutData.addAuthor("Timothy Pearson",I18N_NOOP("Initial developer and maintainer"), "kb9vqf@pearsoncomputing.net");
aboutData.setProductName("hwdevices/hwdevicetray");
TDEGlobal::locale()->setMainCatalogue("hwdevicetray");
TDEGlobal::locale()->setMainCatalogue("tdehwdevicetray");
TDECmdLineArgs::init(argc,argv,&aboutData);
TDECmdLineArgs::addCmdLineOptions(options);

Loading…
Cancel
Save