Re: [Vala] cannot locate ITS rules for org.gnome.Publisher.appdata.xml.in

2017-06-13 Thread Jens Georg


sascha@linux-ktr9:~/Projects/gnome-publisher1/data> make
  GEN  org.gnome.Publisher.appdata.xml
/usr/bin/msgfmt: cannot locate ITS rules for
org.gnome.Publisher.appdata.xml.in


Usually you forgot to specify the format when doing this, but your code 
looks good.

check if you have appdata.its in your gettext package.
___
vala-list mailing list
vala-list@gnome.org
https://mail.gnome.org/mailman/listinfo/vala-list


Re: [Vala] cannot locate ITS rules for org.gnome.Publisher.appdata.xml.in

2017-04-10 Thread Sascha Manns
Hi Al,

thank you very much for helping out. I'll try this out.

Greetings
Sascha

-- 
Sascha Manns
Maifeldstraße 10
56727 Mayen

P: +49-2651-4014045
W: http://saigkill.tuxfamily.org




signature.asc
Description: OpenPGP digital signature
___
vala-list mailing list
vala-list@gnome.org
https://mail.gnome.org/mailman/listinfo/vala-list


Re: [Vala] cannot locate ITS rules for org.gnome.Publisher.appdata.xml.in

2017-04-09 Thread Al Thomas via vala-list
> From: Sascha Manns <sascha.ma...@mailbox.org>
> Sent: Sunday, 9 April 2017, 11:02
> Subject: [Vala] cannot locate ITS rules for org.gnome.Publisher.appdata.xml.in

> After ./autogen.sh and make i'm getting:

> sascha@linux-ktr9:~/Projects/gnome-publisher1/data> make
>   GEN  org.gnome.Publisher.appdata.xml
> /usr/bin/msgfmt: cannot locate ITS rules for
> org.gnome.Publisher.appdata.xml.in


msgfmt is a gettext program and ITS appears to stand for Internationalization 
Tag Set.
>From the gettext manual "Marking translatable strings in an XML file is done 
>through 

a separate "rule" file, making use of the Internationalization Tag Set 
standard" - see 

https://www.gnu.org/software/gettext/manual/html_node/Preparing-ITS-Rules.html

So I would guess your <_p> tags in 

https://github.com/saigkill/gnome-publisher/blob/master/data/org.gnome.Publisher.appdata.xml.in
might need some metadata.

You might get a few more clues from here:
https://github.com/mesonbuild/meson/issues/1565

Regards,

Al
___
vala-list mailing list
vala-list@gnome.org
https://mail.gnome.org/mailman/listinfo/vala-list


[Vala] cannot locate ITS rules for org.gnome.Publisher.appdata.xml.in

2017-04-09 Thread Sascha Manns
Hello list,

i prepared a Makefile for all stuff in data directory:
https://github.com/saigkill/gnome-publisher/blob/master/data/Makefile.am

After ./autogen.sh and make i'm getting:

sascha@linux-ktr9:~/Projects/gnome-publisher1/data> make
  GEN  org.gnome.Publisher.appdata.xml
/usr/bin/msgfmt: cannot locate ITS rules for
org.gnome.Publisher.appdata.xml.in

Maybe anyone knows why this happens?

-- 
Sascha Manns
Maifeldstraße 10
56727 Mayen

P: +49-2651-4014045
W: http://saigkill.tuxfamily.org




signature.asc
Description: OpenPGP digital signature
___
vala-list mailing list
vala-list@gnome.org
https://mail.gnome.org/mailman/listinfo/vala-list