Hachimi-Hachimi / ZokuZoku

Hachimi translation tool/extension for Visual Studio Code.
GNU General Public License v3.0
0 stars 0 forks source link

QoL: Automatically fill certain MDB text_data_dict categories using translations from other categories #3

Open KevinVG207 opened 5 hours ago

KevinVG207 commented 5 hours ago

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.