Certain categories are merely the same text as two other categories, concatenated or with a space in-between.
Examples:
Outfit name + character name (4) is made up of outfit name (5) and character name (170 or 6).
Support title + character name (75) is made up of support title (76) and character name (77).
(6, 77 and 170 have massive overlap too)
And then there are a couple categories that are trivial to generate automatically with code (at least for English) like birthdays (157) or things that simply need a character name inserted into a static string like character piece names (113).
I don't know if you want this to be a part of Zokuzoku or separated from it (like me adapting the script from Carotene) and whether this could be something specific to the tl-en repo (or parts of it). Please let me know your thoughts.
Certain categories are merely the same text as two other categories, concatenated or with a space in-between. Examples:
And then there are a couple categories that are trivial to generate automatically with code (at least for English) like birthdays (157) or things that simply need a character name inserted into a static string like character piece names (113).
Carotene's implementation for autofilling these and more can be seen here: https://github.com/KevinVG207/Uma-Carotene-TL/blob/main/src/autofill_mdb.py (ignore autofill_chara_story_chapters)
I don't know if you want this to be a part of Zokuzoku or separated from it (like me adapting the script from Carotene) and whether this could be something specific to the tl-en repo (or parts of it). Please let me know your thoughts.