Conversation
New Crowdin updates
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.
This pull request primarily updates language translations for several locales, ensuring more accurate and user-friendly text throughout the app. It also simplifies the logic for tab visibility in the UI by always showing all tabs, regardless of developer mode status. Additionally, some internal code comments were cleaned up for clarity.
UI and Logic Changes:
MainActivity.ktandSettingsActivity.ktwas simplified to always show all available tabs, regardless of whether developer mode is enabled. This removes conditional tab visibility and ensures consistency in the UI. [1] [2]Localization and Translation Improvements:
values-nl/strings.xml): Improved and expanded translations for numerous app features, settings, and error messages, providing more natural and complete Dutch localization. [1] [2] [3]values-zh/strings.xml): Overhauled and expanded translations for feature descriptions, settings, and UI elements to improve clarity and accuracy.values-ar/strings.xml): Minor improvement to the release notes string format, adding a version prefix for clarity.values-fr/strings.xml): Improved the release notes string format to include a version prefix, enhancing clarity for users.Code Maintenance:
ButtonRemapHandler.ktto clean up the code and improve maintainability.