Missing untranslatable flag.
Fix second paragraph of Fundamentals not being translated.
This commit is contained in:
parent
a2c917a4d3
commit
7bef33d908
1 changed files with 1 additions and 0 deletions
|
@ -252,6 +252,7 @@ std::string t_string::to_serialized() const
|
|||
std::string substr(w.begin(), w.end());
|
||||
if(w.translatable()) {
|
||||
chunk.translatable_ = true;
|
||||
chunk.last_untranslatable_ = false;
|
||||
chunk.value_ = TRANSLATABLE_PART + w.textdomain() +
|
||||
TEXTDOMAIN_SEPARATOR + substr;
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue