-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
53 additions
and
1 deletion.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
data/app-generator.appdata.xml.in | ||
data/app-generator.desktop.in |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
# SOME DESCRIPTIVE TITLE. | ||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER | ||
# This file is distributed under the same license as the extra package. | ||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. | ||
# | ||
#, fuzzy | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: extra\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2024-10-13 10:46+0300\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
"Language: \n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=CHARSET\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
|
||
#: data/app-generator.appdata.xml.in:6 data/app-generator.desktop.in:6 | ||
msgid "App Generator" | ||
msgstr "" | ||
|
||
#: data/app-generator.appdata.xml.in:7 | ||
msgid "Create an elementary OS app using one of the pre-made app templates" | ||
msgstr "" | ||
|
||
#: data/app-generator.appdata.xml.in:9 | ||
msgid "" | ||
"App Generator streamlines the process of creating Vala and GTK projects, " | ||
"allowing you to quickly get started without having to configure everything " | ||
"from scratch. With just a few clicks, it generates a well-organized and " | ||
"functional project structure, optimizing your workflow and saving you from " | ||
"repetitive setup tasks. Perfect for developers who want to focus on coding " | ||
"without worrying about configuration details." | ||
msgstr "" | ||
|
||
#: data/app-generator.appdata.xml.in:29 | ||
msgid "First Release!!!" | ||
msgstr "" | ||
|
||
#: data/app-generator.desktop.in:7 | ||
msgid "Create an elementary OS app using one of the pre-made app templates." | ||
msgstr "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
i18n.gettext('extra', | ||
args: '--directory=' + meson.source_root(), | ||
preset: 'glib' | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
i18n.gettext(meson.project_name(), | ||
args: '--directory=' + meson.source_root(), | ||
preset: 'glib' | ||
) | ||
) | ||
|
||
subdir('extra') |