Jean-Marc Lasgouttes wrote:
"Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes:
Abdelrazak> Georg Baum wrote:
Am Sonntag, 14. Januar 2007 15:13 schrieb Abdelrazak Younes:
The Gui elements uses messages_["GUI"] and the translatable
element inside a document (mainly layout items) are using
messages_[language] where language is given by the Buffer
language. We can change that to use the Paragraph layout language
instead by the way if there is an interest to do that.
That should be done IMHO (but not necessarily now), since the
output will look like that.
Abdelrazak> This was easy so I've done it yesterday.
Note that to do that properly, _all_ calls to Buffer::B_ should be
audited.
Of course I've done that and I was planning to remove the method altogether:
Find all "B_", Match case, Whole word, Subfolders, Find Results 1,
"lyx-trunk", "*.c;*.cpp;*.cxx;*.cc;*.tli;*.tlh;*.h;*.hpp;*.hxx;*.hh"
buffer.C(1466):docstring const Buffer::B_(string const & l10n) const
buffer.h(202): docstring const B_(std::string const & l10n) const;
insets\insetfloatlist.C(57): return buf.B_(it->second.listName());
insets\insetfloatlist.C(120): << buf.B_(cit->second.listName())
<< "}\n";
Matching lines: 4 Matching files: 3 Total files searched: 974
Abdel.