29 #include "YTransText.h"
99 bool startWithDelimiter =
true )
100 {
return completePath( item,
false, delimiter, startWithDelimiter ); }
110 bool startWithDelimiter =
true )
111 {
return completePath( item,
true, delimiter, startWithDelimiter ); }
124 bool startWithDelimiter =
true );
146 const char *
textdomain()
const {
return _textdomain.c_str(); }
163 std::string
translate(
const std::string & orig );
176 bool startWithDelimiter );
187 std::string _textdomain;
193 #endif // YStringTree_h