Skip to content

Commit

Permalink
Setup extra translations
Browse files Browse the repository at this point in the history
  • Loading branch information
lenemter committed Oct 13, 2024
1 parent 083a33a commit 2ee1de7
Show file tree
Hide file tree
Showing 5 changed files with 53 additions and 1 deletion.
Empty file added po/extra/LINGUAS
Empty file.
2 changes: 2 additions & 0 deletions po/extra/POTFILES
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
44 changes: 44 additions & 0 deletions po/extra/extra.pot
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 ""
4 changes: 4 additions & 0 deletions po/extra/meson.build
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
i18n.gettext('extra',
args: '--directory=' + meson.source_root(),
preset: 'glib'
)
4 changes: 3 additions & 1 deletion po/meson.build
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')

0 comments on commit 2ee1de7

Please sign in to comment.