Home
last modified time | relevance | path

Searched refs:include_untranslated (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dmsgcmp.c59 static bool include_untranslated = false; variable
150 include_untranslated = true; in main()
303 if (!include_untranslated && defmsg->msgstr[0] == '\0') in match_domain()
H A Dmsgfmt.c70 static bool include_untranslated = false; variable
341 include_untranslated = true; in main()
977 if ((!include_untranslated && mp->msgstr[0] == '\0') in msgfmt_frob_new_message()
H A DChangeLog488 * msgcmp.c (include_fuzzies, include_untranslated): New variables.
492 (match_domain): Consider include_fuzzies and include_untranslated.
1912 (include_untranslated): New variable.
1915 (msgfmt_frob_new_message): Test include_untranslated.