-
Notifications
You must be signed in to change notification settings - Fork 121
[Woo POS][Barcodes] Copy, Localization, and UI adjustments #15948
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
staskus
merged 27 commits into
trunk
from
woomob-876-woo-posbarcodes-copy-updates-for-the-setup-flow
Jul 26, 2025
Merged
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
da74e8f
Convert scannerSetUpBarcodeStepTitleFormat to NSLocalizedString
staskus e464d39
Convert setUpBarcodeHIDStepInstruction to NSLocalizedString
staskus 9cafff4
Convert setUpBarcodePairStepInstruction to NSLocalizedString
staskus e661d62
Convert informationButtonTitle to NSLocalizedString
staskus 8f95199
Convert setup selection view strings to NSLocalizedString
staskus c1beaa4
Convert pairing view strings to NSLocalizedString
staskus b50bf3f
Convert test scanner strings to NSLocalizedString
staskus be97f3b
Convert setup complete strings to NSLocalizedString
staskus 34e9cd9
Convert error view strings to NSLocalizedString
staskus bd4cdbb
Update HID setup instruction text
staskus 223b378
Update pairing setup instruction text
staskus 97f67c4
Add missing full stop to test scanner instruction
staskus 097d17b
Update error instruction text formatting
staskus 64f8a1c
Fix grammar: setup/set up usage consistency
staskus 6165041
Correct complete title to past participle form
staskus cbac2bd
Update pairing instruction with feedback indicators
staskus 0885b8c
Update settings button text and style
staskus 2380669
Update pairing view text and button colors
staskus c1c9c3c
Remove TODO comment from PointOfSaleAssets
staskus 4a6ae66
Merge branch 'trunk' into woomob-876-woo-posbarcodes-copy-updates-for…
staskus 8b87415
Make Scanner setup lowercased
staskus 4c7fd45
Adjust padding and sizing for setup views
staskus 5f3eb59
Revert barcode padding to medium
staskus 7d95ec3
Specify iOS Bluetooth settings for pairing string
staskus b37337a
Remove unnecessary ScannerSetup previews
staskus 898aa51
Localize scanner info and product barcode info titles
staskus 0e51750
Merge branch 'trunk' into woomob-876-woo-posbarcodes-copy-updates-for…
staskus File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm still seeing "Scanner set up" in the title, when selecting "Other" from the first page:
It looks like there are still 2 unlocalized strings in
PointOfSaleBarcodeScannerInformationModal.swiftused inBarcodeScannerInformationandProductBarcodeSetupInformation.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch, I missed them! 👍