blob: f5e887530f6b6cbe4a7bdf70c5ee91a922955595 (
plain)
1
2
3
4
5
6
|
/* This dummy header is just used to generate a translatable Qt string that
* will be integrated to i18n/.ts files, translated on Weblate and then merged
* back with the .desktop.template file into a single .desktop file. */
//% "Hello World App"
qtTrId("id-app-launcher-name");
|