Skip to content

Ideas for resources #32479

Open
Feature
@Jay-o-Way

Description

Description of the new feature / enhancement

  • The Settings file is huge. We can split off the OOBE and Flyout strings to a new file.
  • There are a few cases where a module's name is set in a few redundant strings. We could remove the duplicates and re-use the remaining ones. (think of Settings > ModuleTitle versus OOBE and Navigation strings)
    • This also prevents different translations
  • We can "squash" all the "Enable <module>" into one general "Enable". Same for all the "Learn more about ..." HyperLinks.
    1. use "Enable {0}" where the name is filled in (or...)
    2. is <Hyperlink><Run x:UID="LearnMore"><Run x:UID="ModuleName"></HyperLink> possible?
  • Every data name="<modulename>.SecondaryLinksHeader" is identical and thus redundant.
  • Check for unused data.
    • src/modules/fancyzones/FancyZonesLib/Resources.resx
    • src/runner (e.g. STARTUP_DISABLED_BY_USER)
  • Should we be using resX or resW?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Area-BuildIssues pertaining to the build system, CI, infrastructure, metaIdea-EnhancementNew feature or request on an existing product

    Projects

    • Status

      No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions