parent
1781129740
commit
f1022f9b7b
8 changed files with 50 additions and 0 deletions
@ -0,0 +1,8 @@ |
|||||||
|
<page xmlns="http://projectmallard.org/1.0/" |
||||||
|
xmlns:its="http://www.w3.org/2005/11/its" |
||||||
|
type="guide" |
||||||
|
id="index"> |
||||||
|
<title> |
||||||
|
Hello! |
||||||
|
</title> |
||||||
|
</page> |
@ -0,0 +1 @@ |
|||||||
|
hello |
@ -0,0 +1,13 @@ |
|||||||
|
msgid "" |
||||||
|
msgstr "" |
||||||
|
"Project-Id-Version: meson master\n" |
||||||
|
"Language: de\n" |
||||||
|
"MIME-Version: 1.0\n" |
||||||
|
"Content-Type: text/plain; charset=UTF-8\n" |
||||||
|
"Content-Transfer-Encoding: 8bit\n" |
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n" |
||||||
|
|
||||||
|
#. (itstool) path: page/title |
||||||
|
#: C/index.page:5 |
||||||
|
msgid "Hello!" |
||||||
|
msgstr "Hallo!" |
@ -0,0 +1,13 @@ |
|||||||
|
msgid "" |
||||||
|
msgstr "" |
||||||
|
"Project-Id-Version: meson master\n" |
||||||
|
"Language: es\n" |
||||||
|
"MIME-Version: 1.0\n" |
||||||
|
"Content-Type: text/plain; charset=UTF-8\n" |
||||||
|
"Content-Transfer-Encoding: 8bit\n" |
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n" |
||||||
|
|
||||||
|
#. (itstool) path: page/title |
||||||
|
#: C/index.page:5 |
||||||
|
msgid "Hello!" |
||||||
|
msgstr "¡Hola!" |
@ -0,0 +1 @@ |
|||||||
|
Hola. |
@ -0,0 +1,7 @@ |
|||||||
|
gnome = import('gnome') |
||||||
|
|
||||||
|
gnome.yelp('meson', |
||||||
|
sources: 'index.page', |
||||||
|
media: 'media/test.txt', |
||||||
|
languages: ['de', 'es'], |
||||||
|
) |
@ -0,0 +1,5 @@ |
|||||||
|
usr/share/help/C/meson/index.page |
||||||
|
usr/share/help/C/meson/media/test.txt |
||||||
|
usr/share/help/es/meson/index.page |
||||||
|
usr/share/help/es/meson/media/test.txt |
||||||
|
usr/share/help/de/meson/index.page |
@ -0,0 +1,2 @@ |
|||||||
|
project('yelp', 'c') |
||||||
|
subdir('help') |
Loading…
Reference in new issue