From b999883f0b238e19cba808e4e28824ea624df6c7 Mon Sep 17 00:00:00 2001 From: chocolatechipcats <47759676+chocolatechipcats@users.noreply.github.com> Date: Mon, 10 Apr 2023 04:09:58 -0300 Subject: [PATCH] Added entries to author_name_copywords Added several entries (Software, Games, Entertainment, Media, and Studios) commonly seen in video game manuals. --- resources/default_tweaks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/default_tweaks.py b/resources/default_tweaks.py index 137aa54dc4..ba018fd034 100644 --- a/resources/default_tweaks.py +++ b/resources/default_tweaks.py @@ -77,7 +77,7 @@ author_name_suffixes = ('Jr', 'Sr', 'Inc', 'Ph.D', 'Phd', author_name_prefixes = ('Mr', 'Mrs', 'Ms', 'Dr', 'Prof') author_name_copywords = ('Agency', 'Corporation', 'Company', 'Co.', 'Council', 'Committee', 'Inc.', 'Institute', 'National', - 'Society', 'Club', 'Team') + 'Society', 'Club', 'Team','Software','Games','Entertainment','Media','Studios') author_use_surname_prefixes = False author_surname_prefixes = ('da', 'de', 'di', 'la', 'le', 'van', 'von')