Translation Popup now added.

Due to some werid thing in Blender 4.2+ where we just can't get descriptions to translate, we now tell the user some translations won't apply unto restart.
This commit is contained in:
Yusarina
2024-07-22 01:56:22 +01:00
parent cce7e986bb
commit ee84ae640a
5 changed files with 43 additions and 5 deletions
+5 -1
View File
@@ -31,7 +31,11 @@
"Tools.convert_to_resonite.desc": "Converts bone names on a model to names compatable with Resonite",
"Settings.label": "Settings",
"Settings.language.label": "Language",
"Settings.language.desc": "Select the language for the addon's UI"
"Settings.language.desc": "Select the language for the addon's UI",
"Settings.translation_restart_popup.label": "Translation Update",
"Settings.translation_restart_popup.description": "Information about translation updates",
"Settings.translation_restart_popup.message1": "Some translations may not apply",
"Settings.translation_restart_popup.message2": "until you restart Blender."
}
}