[ardour-dev] list of bugs

Christophe Combelles ccomb at free.fr
Sun Oct 15 03:44:11 PDT 2006


Taybin Rutkin a écrit :
>> 4) POT file incomplete: xgettext forgets many translations
>>
>> xgettext is launched with --keyword=_ --keyword=N_
>> but there are some strings enclosed with X_()
>> So --keyword=X_ is missing in Sconscript when invoking xgettext.
> 
> We use X_() to indicate things which shouldn't be translated.
> 
> It's mostly used for names of elements in the session file.



In that case, there are just a few misuses of X_():


./gtk2_ardour/sfdb_ui.cc:311:   X_("Add to Region list"),
./gtk2_ardour/sfdb_ui.cc:312:   X_("Add to selected Track(s)"),
./gtk2_ardour/sfdb_ui.cc:313:   X_("Add as new Track(s)"),
./gtk2_ardour/sfdb_ui.cc:314:   X_("Add as new Tape Track(s)"),

(import external audio dialog)




More information about the Ardour-Dev mailing list