-
Notifications
You must be signed in to change notification settings - Fork 2
Description
I don't think it's a bug, but rather a question about how the text extraction is organized.
In the file PouchContent.msbt, we have item descriptions and their names.
When we use a tool that has been around for some time, like (Kuriimu), these strings come organized as follows: item description, item name.
However, when we use the msbt_yml tool, it ends up organizing these strings differently, making it a bit more complicated to translate because we have to search for the corresponding description for each specific item.
Once the text passes through the msbt_yml tool, it will always be organized in that way.
I'll attach some screenshots of how the extraction looks before and after passing through msbt_yml."
Thanks a lot for the tool, it's been very useful to use the .yml files on a review site.

