From 16b4a80576dce784f9ab9ea6d5401f86a7567ea8 Mon Sep 17 00:00:00 2001 From: Arseniy Movshev Date: Fri, 26 May 2023 22:57:53 +0100 Subject: initial commit: rename and add demo code Based on asteroid-helloworld --- i18n/asteroid-health.desktop.h | 6 ++++++ i18n/asteroid-helloworld.desktop.h | 6 ------ 2 files changed, 6 insertions(+), 6 deletions(-) create mode 100644 i18n/asteroid-health.desktop.h delete mode 100644 i18n/asteroid-helloworld.desktop.h (limited to 'i18n') diff --git a/i18n/asteroid-health.desktop.h b/i18n/asteroid-health.desktop.h new file mode 100644 index 0000000..f5e8875 --- /dev/null +++ b/i18n/asteroid-health.desktop.h @@ -0,0 +1,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"); diff --git a/i18n/asteroid-helloworld.desktop.h b/i18n/asteroid-helloworld.desktop.h deleted file mode 100644 index f5e8875..0000000 --- a/i18n/asteroid-helloworld.desktop.h +++ /dev/null @@ -1,6 +0,0 @@ -/* 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"); -- cgit v1.2.3-54-g00ecf