Open
Conversation
- Added various PNG images for UI elements in the RF2 scripts. - Created German localization file (de.lua) with translations for menu titles and messages. - Created English localization file (en.lua) with translations for menu titles and messages.
- Introduced a new `questionBox.lua` script for displaying dialog boxes with customizable buttons. - Added a new `page.luac` file for LVGL page handling. - Enhanced the `accelerometer.lua` page to utilize the new question box for calibration confirmation. - Updated the `model.lua` page to include translations for various fields and labels. - Improved the `rate_dynamics.lua` and `rates.lua` pages by adding help messages and translating labels. - Enhanced the `status.lua` page with help messages and improved the display of arming disabled flags. - Updated the `pages.lua` file to use translated titles for various pages. - Improved the `ui_lvgl_framework.lua` to utilize translations for menu items and messages.
* Aligned MSP_GOVERNOR_CONFIG * Aligned MSP_RC_TUNING
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Refactor the RF Tools application to make it more user friendly.
Also extract the language, so the UI can used in multiple languages.
In the branch are DE and EN included.
Currently not all help texts included and not every page is translated.
This Pull Request can be a good start point to make the usebility better.