Missing untranslatable flag.

Fix second paragraph of Fundamentals not being translated.
This commit is contained in:
Guillaume Melquiond 2005-05-14 19:13:52 +00:00
parent a2c917a4d3
commit 7bef33d908

View file

@ -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 {