-
Notifications
You must be signed in to change notification settings - Fork 39
(devtool) StrategyManager internationalization #499
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
base: master
Are you sure you want to change the base?
(devtool) StrategyManager internationalization #499
Conversation
|
Pulled in some of these fixes. But some things like file popups around errors are not necessary. Need to come back to the translation specifically though. |
|
In fact, pop ups should have benefits. In some error situations, no one will look at the console because it is always hidden at the back, or according to modern software standards, it should not appear at all. Normally, there are prompts. I hope you can consider this On the other hand, if a file is missing, the entire program cannot run and console prompts flash by, so some prompts are useless |
|
Synchronized new button structure Still retaining the font |
|
In testing, But I didn't exit after using the pop-up, which resulted in unlimited pop ups, and the console didn't record the error message I think can integrate the two |
I don't understand why there is duplicate code here, is it intentional or a bug? |
|
add custom_data_set translation |

StrategyManager now have internationalization , but Very rudimentary
Note that only English and Chinese have translated files, but don't panic, there is a backup language mechanism - If you finish Google Translate, I'll come back and steal the files.. ha
I really don't know how to rewrite the UI, in fact, should rewrite
#215