Warmuptill
Active Member
Thank you very much!Hello, I updated the Chinese localization file of 1.17.4. Please add it to the compressed file.
I found a known bug and an unknown bug.
Macro -- Transition
AdvSceneSwitcher.condition.transition.type.transitionSource="转场特效来自"
AdvSceneSwitcher.condition.transition.type.transitionTarget="转场特效到"
Their option buttons are misplaced.
There is also an unknown dislocation button. It appears when I check whether there is any untranslated text. After debugging, it no longer appears, but it must be caused by a bug. I didn't turn on the log output, so I don't know what problem caused it.
This error may show the button to select the source or scene
I will make sure to include it in the next release.
Regarding the buttons / other widgets which are "floating" around:
I use a function to place the widgets according to placeholders in the locale file.
Widgets placeholders are marked by two sets of curly braces. For example:
{{button}}
If there is a translation for something which is intended to place some widget, but is not using all of the
{{widget}}
placeholders it will result in the plugin not knowing where to place a particular widget.In that case the widget will just live in a separate window to the rest of the plugin.
So by providing an updated version of the Chinese translation you have most likely already resolved the issue - so thank you again for that! :)