Skip to content

Commit a841210

Browse files
lenemterryonakano
andauthored
Setup extra translations (#11)
Co-authored-by: Ryo Nakano <[email protected]>
1 parent 8793a45 commit a841210

File tree

5 files changed

+54
-1
lines changed

5 files changed

+54
-1
lines changed

po/extra/LINGUAS

Whitespace-only changes.

po/extra/POTFILES

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
data/app-generator.appdata.xml.in
2+
data/app-generator.desktop.in

po/extra/extra.pot

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# SOME DESCRIPTIVE TITLE.
2+
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3+
# This file is distributed under the same license as the extra package.
4+
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5+
#
6+
#, fuzzy
7+
msgid ""
8+
msgstr ""
9+
"Project-Id-Version: extra\n"
10+
"Report-Msgid-Bugs-To: \n"
11+
"POT-Creation-Date: 2024-10-13 10:46+0300\n"
12+
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13+
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14+
"Language-Team: LANGUAGE <[email protected]>\n"
15+
"Language: \n"
16+
"MIME-Version: 1.0\n"
17+
"Content-Type: text/plain; charset=CHARSET\n"
18+
"Content-Transfer-Encoding: 8bit\n"
19+
20+
#: data/app-generator.appdata.xml.in:6 data/app-generator.desktop.in:6
21+
msgid "App Generator"
22+
msgstr ""
23+
24+
#: data/app-generator.appdata.xml.in:7
25+
msgid "Create an elementary OS app using one of the pre-made app templates"
26+
msgstr ""
27+
28+
#: data/app-generator.appdata.xml.in:9
29+
msgid ""
30+
"App Generator streamlines the process of creating Vala and GTK projects, "
31+
"allowing you to quickly get started without having to configure everything "
32+
"from scratch. With just a few clicks, it generates a well-organized and "
33+
"functional project structure, optimizing your workflow and saving you from "
34+
"repetitive setup tasks. Perfect for developers who want to focus on coding "
35+
"without worrying about configuration details."
36+
msgstr ""
37+
38+
#: data/app-generator.appdata.xml.in:29
39+
msgid "First Release!!!"
40+
msgstr ""
41+
42+
#: data/app-generator.desktop.in:7
43+
msgid "Create an elementary OS app using one of the pre-made app templates."
44+
msgstr ""

po/extra/meson.build

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
i18n.gettext('extra',
2+
args: '--directory=' + meson.source_root(),
3+
preset: 'glib',
4+
install: false
5+
)

po/meson.build

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
i18n.gettext(meson.project_name(),
22
args: '--directory=' + meson.source_root(),
33
preset: 'glib'
4-
)
4+
)
5+
6+
subdir('extra')

0 commit comments

Comments
 (0)