This repository has been archived by the owner on Aug 29, 2023. It is now read-only.
Releases: lin-ycv/MultilingualGH
Releases · lin-ycv/MultilingualGH
Version 2.0.3
- Fixed RH6 issues on MacOS
- Fixed issues with GDI+ when required plugins for a files is not installed upon opening a file
- MultilangualGH menu option is moved and now under
Display
for a cleaner look
Please download the zip file that matches your Rhino version and OS
They are basically all the same, except the amount of external libraries included are minimized to only the ones needed for the specified Rhino and OS version
Version 2.0.1
- Functionally the same as 2.0.0 (same as 2.0.2 on YAK)
- Fixed issue with RH6 on Windows by including the required libraries
- Still not working with RH6 on Mac
- Added a check and notification message
- Used 1.3.5 if you're on RH6 on Mac
Please download the zip file that matches your Rhino version and OS
They are basically all the same, except the amount of external libraries included are minimized to only the ones needed for the specified Rhino and OS version
Version 2.0.0
- UI overhaul
- New functions
- UI Language options menu
- Reload translation file changes without unloading grasshopper
- Option to manually refresh annotation instead of toggling off and on
- Isolated settings file when saved as default, can be shared if needed
- Additional options for Name Display
- Some optimizations
- Some bug fixes
- Settings are now shared instead of per GH file
- Removed MGH component, only accessible thru menu
- Removed .txt support (Only supports JSON)
Version 1.3.5
Last version with guaranteed support for RH6
minor changes, will target net framework 4.7.2 moving forward
Version 1.3.2
- Implemented file extension checking to avoid errors
- Increased MacOS compatibility
Version 1.3.0
- Added nickname feature
- Minor tweaks and bug fixes
Version 1.2.1
- Updates text size immediately when adjusted
- Option to display component name or nickname alongside translations
- Slight optimization when using bubble label method
Version 1.2.0
- Added ability to adjust text size for text label method
- Added ability to change plugin UI language with UILang file
- Various bug fixes
Version 1.1.6
- Fixed bug where using special components such as
jump
andimage gallery
causesGH_ActiveObject
error - Fixed bug where additional plugin translation won't display as checked in option menu
- Minimizied performance impact when using text label method
Version 1.1.5
- Added ability to save menu settings as default for future documents
- Added ability to read additional translation file
- Languages translation files are for vanilla GH components (can only select one at a time)
- Extra translation files are for any additional downloaded plugins (can select multiple)
- Extra translation files are only selectable if translation language is not English
- Bug fixes