DEFAULT_CATALOG_READER_TY
bool has_header_entry;
- bool has_nonfuzzy_header_entry;
};
default_constructor (that);
this->has_header_entry = false;
- this->has_nonfuzzy_header_entry = false;
}
xasprintf (_("\
warning: charset conversion will not work\n")));
}
- else if (!this->has_nonfuzzy_header_entry)
- {
- /* Has only a fuzzy header entry. Since the versions 0.10.xx
- ignore a fuzzy header entry and even give an error on it, we
- give a warning, to increase operability with these older
- msgfmt versions. This warning can go away in January 2003. */
- multiline_warning (xasprintf ("%s: ", this->file_name),
- xasprintf (_("warning: PO file header fuzzy\n")));
- multiline_warning (NULL,
- xasprintf (_("\
-warning: older versions of msgfmt will give an error on this\n")));
- }
}
}
if (is_header (mp))
{
this->has_header_entry = true;
- if (!mp->is_fuzzy)
- this->has_nonfuzzy_header_entry = true;
}
else
/* We don't count the header entry in the statistic so place