Update PC setup instructions and add GitHub link in localization files#7
Merged
Update PC setup instructions and add GitHub link in localization files#7
Conversation
There was a problem hiding this comment.
Copilot reviewed 1 out of 7 changed files in this pull request and generated no comments.
Files not reviewed (6)
- lib/l10n/app_en.arb: Language not supported
- lib/l10n/app_ja.arb: Language not supported
- lib/l10n/app_localizations.dart: Language not supported
- lib/l10n/app_localizations_en.dart: Language not supported
- lib/l10n/app_localizations_ja.dart: Language not supported
- lib/main_screen/help_screen.dart: Language not supported
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 includes changes to update the localization text and add a new feature to launch a URL from the help screen. The most important changes include modifying the localization files to reflect the new source of the
TouchSenderTabletapp, adding a button to the help screen to open the GitHub page, and updating the dependencies to include theurl_launcherpackage.Localization updates:
lib/l10n/app_en.arb: Updated the description text to indicate that theTouchSenderTabletapp should be installed from GitHub instead of the Windows Store. Added a new localization key for the GitHub link.lib/l10n/app_ja.arb: Updated the description text to indicate that theTouchSenderTabletapp should be installed from GitHub instead of the Windows Store. Added a new localization key for the GitHub link.lib/l10n/app_localizations.dart: Updated theAppLocalizationsabstract class to include the new localization key for the GitHub link. [1] [2]lib/l10n/app_localizations_en.dart,lib/l10n/app_localizations_ja.dart: Implemented the new localization key for the GitHub link in the English and Japanese localization classes. [1] [2]Feature addition:
lib/main_screen/help_screen.dart: Added a button to the help screen that launches the GitHub page forTouchSenderTabletusing theurl_launcherpackage. [1] [2] [3]pubspec.yaml: Updated dependencies to include theurl_launcherpackage.