microsoft / microsoft/AzureStorageExplorer
String synthesis in delete command for blobs
Nobody has claimed this yet.
- Dominant language
- No language data
- Stars
- 452
- Forks
- 92
- Avg merge
- 15h 20m
- Merged PRs (30d)
- 3
Description
Storage Explorer Version: 1.11.0
Build Number: 20191105.2
Platform/OS: All
Architecture: All
Bug Description
The delete command for blobs is synthesizing messages from the following strings:
Dialog.SingularItemNounDialog.PluralItemNounDialog.UnknownDeleteWarningDialog.SoftDeleteSingularRetentionWarningDialog.SoftDeletePluralRetentionWarningDialog.DeleteWarning
String synthesis is bad practice for localization, so these strings should be revised.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the blob delete command and the six listed Dialog strings, then inspect how the warning messages are composed. The work is done when these warnings no longer rely on runtime string synthesis and are represented in a localization-ready form.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure
- Domain
- localization
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100