Bug#724495: [liblocale-maketext-lexicon-perl] xgettext.pl should extract 'c.loc' from .tt/.tt2 files

2014-03-06 Thread Max V. Stotsky
On Ср., 2014-03-05 at 23:24 +0100, Florian Schlichting wrote: > > I'll forward this upstream, in the hope that they're willing to add > support for c.loc. > Thank you! -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listm

Bug#724495: [liblocale-maketext-lexicon-perl] xgettext.pl should extract 'c.loc' from .tt/.tt2 files

2014-03-05 Thread Florian Schlichting
On Tue, Sep 24, 2013 at 09:01:37PM +0400, Max V. Stotsky wrote: > The simplest way to reproduce the problem: > > % ls > test.tt > % cat test.tt > > [% c.loc("first") %] > [% c.l("second") %] > [% l("third") %] > [% loc("fourth") %] > > % xgettext.pl --directory=. > % ls > messages.po test.tt >

Bug#724495: [liblocale-maketext-lexicon-perl] xgettext.pl should extract 'c.loc' from .tt/.tt2 files

2013-09-24 Thread Max V. Stotsky
The simplest way to reproduce the problem: % ls test.tt % cat test.tt [% c.loc("first") %] [% c.l("second") %] [% l("third") %] [% loc("fourth") %] % xgettext.pl --directory=. % ls messages.po test.tt % cat messages.po # ... po headers ... #: test.tt:5 msgid "fourth" msgstr "" #: test.tt:3 ms

Bug#724495: [liblocale-maketext-lexicon-perl] xgettext.pl should extract 'c.loc' from .tt/.tt2 files

2013-09-24 Thread gregor herrmann
On Tue, 24 Sep 2013 13:55:34 +0400, Max V. Stotsky wrote: > I think that xgettext.pl should extract '[% c.loc(…) %]' strings from > the template files. The POD (and code) in Locale::Maketext::Extract::Plugin::TT2 claim to work with c.loc(); can you provide an example and instructions so that some

Bug#724495: [liblocale-maketext-lexicon-perl] xgettext.pl should extract 'c.loc' from .tt/.tt2 files

2013-09-24 Thread Max V. Stotsky
Package: liblocale-maketext-lexicon-perl Version: 0.96-1 Severity: normal --- Please enter the report below this line. --- Hello! I'm developing a web application using libcatalyst-perl and libtemplate-perl packages. I try to use the I18N catalyst plugin. http://search.cpan.org/~bobtfish/Catalys