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 1/3] 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') From ae7bd581fc7ddd692777ab23eb7159023b972f14 Mon Sep 17 00:00:00 2001 From: chocolatechipcats <47759676+chocolatechipcats@users.noreply.github.com> Date: Mon, 10 Apr 2023 04:15:53 -0300 Subject: [PATCH 2/3] Split to new line Split new entries onto a new line --- resources/default_tweaks.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/default_tweaks.py b/resources/default_tweaks.py index ba018fd034..6b49b2f602 100644 --- a/resources/default_tweaks.py +++ b/resources/default_tweaks.py @@ -77,7 +77,8 @@ 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','Software','Games','Entertainment','Media','Studios') + 'Society', 'Club', 'Team','Software', + 'Games','Entertainment','Media','Studios') author_use_surname_prefixes = False author_surname_prefixes = ('da', 'de', 'di', 'la', 'le', 'van', 'von') From 03c539299c79f8c9c0898b6fced89e90f416a84b Mon Sep 17 00:00:00 2001 From: chocolatechipcats <47759676+chocolatechipcats@users.noreply.github.com> Date: Mon, 10 Apr 2023 04:17:19 -0300 Subject: [PATCH 3/3] made an oops... --- resources/default_tweaks.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/default_tweaks.py b/resources/default_tweaks.py index 6b49b2f602..6fdb196a90 100644 --- a/resources/default_tweaks.py +++ b/resources/default_tweaks.py @@ -77,8 +77,8 @@ 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','Software', - 'Games','Entertainment','Media','Studios') + 'Society', 'Club', 'Team', + 'Software', 'Games','Entertainment','Media','Studios') author_use_surname_prefixes = False author_surname_prefixes = ('da', 'de', 'di', 'la', 'le', 'van', 'von')