-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New releases don't use the auto translate #4
Comments
I took a look and I think it might be this:
Since Translate is async info can be a different object when the callback fires. Try:
|
Hello, thank you for the issue. The reason why versions before v1.3.0 worked fine is because MakerSearch at that time did not have its own caching system and was force translating every clothing item every boot. Versions v1.3.0 and after have a separate caching system which keeps the translated items for later use. Removing the Please verify this on your end by:
I will implement GeBo1's suggestion for the next version. |
Cleaning the cache did the trick, thanks! |
There's still an issue where due to the in-plugin cache it won't update when translations are added/changed/corrected, will they? If possible the best option would probably be to use |
Newer versions of HS2_MakerSearch (after v1.2.1) don't auto translates texts that are not translated already. You need to hover the mouse over the item and wait for the translation.
Something in v1.3.0 created this behavior.
To replicate the issue:
Delete the
Mods.txt
file insideBepInEx\Translation\en\Text
Open the Character maker, and open the XUnity.AutoTranslator UI (Alt + 0)
Go to clothes> Tops and search for
SENA
mods. You will see that in v1.3.0 (and beyond) the translations are not added to the queue in XUA UI, and you need to hover the mouse on the clothes for 2 seconds to translate them. But in the old v1.2.1 all untranslated text are added to the XUA queue and are translated as expected.The text was updated successfully, but these errors were encountered: