Fix VGETTEXT not stripping hint^ prefixes
This commit is contained in:
parent
1793133a59
commit
b0039be726
1 changed files with 1 additions and 1 deletions
|
@ -253,7 +253,7 @@ std::string vgettext(const char *domain
|
|||
, const char *msgid
|
||||
, const utils::string_map& symbols)
|
||||
{
|
||||
const std::string orig(translation::dgettext(domain, msgid));
|
||||
const std::string orig(translation::dsgettext(domain, msgid));
|
||||
const std::string msg = utils::interpolate_variables_into_string(orig, &symbols);
|
||||
return msg;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue