From ac6364d6ccc9f313e334bff27865758f048c2671 Mon Sep 17 00:00:00 2001 From: Blake-Madden Date: Sun, 12 Nov 2023 08:24:49 -0500 Subject: [PATCH] Add font names to ignore --- src/i18n_review.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n_review.cpp b/src/i18n_review.cpp index be619ed..e117e8b 100644 --- a/src/i18n_review.cpp +++ b/src/i18n_review.cpp @@ -481,7 +481,7 @@ namespace i18n_check L"Luxi Sans", L"Liberation Sans", L"Bitstream Vera Sans", L"DejaVu LGC Sans", L"DejaVu Sans", L"Nimbus Mono L", L"Lucida Sans Typewriter", L"Luxi Mono", L"DejaVu Sans Mono", L"DejaVu LGC Sans Mono", L"Bitstream Vera Sans Mono", - L"Liberation Mono" }; + L"Liberation Mono", L"Franklin Gothic", L"Aptos", L"Grandview", L"Bierstadt" }; m_file_extensions = { // documents L"xml", L"html", L"htm", L"xhtml", L"rtf",