Small plugin that can save/load localized text for scene UI elements.
It's a bit of a proof of concept and doesn't have a ton of features. If creators find this useful, I'll look at expanding the feature set to e.g. voice commands and integration with other plugins.
How-To
It's a bit of a proof of concept and doesn't have a ton of features. If creators find this useful, I'll look at expanding the feature set to e.g. voice commands and integration with other plugins.
How-To
- Add this plugin anywhere in your scene, either as a scene plugin or on any atom
- Save your scene. Changing the name later will require manually adjusting the json files' location.
- Set up your default UI texts
- Use the plugin's UI to save texts to a [locale].json file (e.g. "en-US.json", "zh-HK.json" or "ja-JP.json")
- Either repeat steps 3 & 4 for additional locales or edit and save the json files directly ("/Saves/PluginData/TBD/i18n/[your scene name]/[locale].json")
- (Optional) You could add UI buttons to load different locales. The plugin comes with a "locale" trigger,.
- (Optional) If you want to package your scene as a var, simply include the "/Saves/PluginData/TBD/i18n/[your scene name]" folder.