fix: correct not available on web tooltip - #1828
Open
kp-krish wants to merge 2 commits into
Open
Conversation
Add the missing separator to the `not_available_web` string so it reads "Not available - use the web version", matching the existing `coming_soon_web` string. Closes freeCodeCamp#1827 Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Nirajn2311
requested changes
Aug 24, 2026
Nirajn2311
left a comment
Member
There was a problem hiding this comment.
Could you manually do the same change for the other languages as well. As of now Crowdin is not used
Mirror the `not_available_web` fix in the Spanish and Portuguese localizations, which currently carry the untranslated English string. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Author
|
Thanks for the review, and for clarifying that Crowdin isn't in use right now. I've applied the same correction to |
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.
Checklist:
mainbranch of the repo.Closes #1827
The
not_available_websnackbar was missing a separator and readNot available use the web version. This updates it toNot available - use the web version, matching the wording of the neighbouringcoming_soon_webstring (Coming soon - use the web version).The string is shown by
disabledButtonSnack()inlib/ui/views/learn/landing/landing_viewmodel.dartwhen a curriculum item is web-only.The same correction is applied to
app_es.arbandapp_pt.arb, which both carry the untranslated English string, along with the corresponding generated localization files.Verified locally on Flutter 3.44.9 (the version pinned in CI):
flutter pub getregenerates the localization files with no further diff, so the committed generated output matchesgen-l10nexactlyflutter analyze --no-fatal-warningsreports no new issuesflutter test unitandflutter test servicespass