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

Max V. Stotsky ms at pereslavl.ru
Tue Sep 24 17:01:37 UTC 2013


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
msgid "second"
msgstr ""

#: test.tt:4
msgid "third"
msgstr ""


-- 
Max V. Stotsky <ms at pereslavl.ru>



More information about the pkg-perl-maintainers mailing list