• Translate yours/others chat with ease!
• Single Click message to __translate__
• Double Click message to __copy__
• Double Click 'Trans' button to open translation settings.
• Compatible with other PW mods (like advanced_party_window)
• Since 1.7.30, Eric deprecated short-form `# ba_meta export keyboard` and instead encourage modders to directly use module names `export bauiv1.Keyboard`
• But older versions have it at `export babase.Keyboard`
• So until 1.8 releases, I'm using a plugin which manually registers our keyboard class.
• Added ALL icons
• Will automatically add new icons introduced in-game in future
• Fixed errors; no characters present in `num` & `pages` list
• Rename file to lowercase: To follow new schema according to using mods via Workspace
• Renamed to lowercase (terminal.py)
• Added new function `internal_packages`
• Merged create/delete_sys as `system_scripts`
• Bug fix: The temporary zip files are now deleted automatically
• Implements workaround method of `create_sys` folder for all devices.
(Earlier I made that only for Android 13, but recently faced the same error but on Android 12. So it isn't dependent on Android version)