Open
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.
- https://learn.microsoft.com/windows/uwp/app-resources/localize-strings-ui-manifest#factoring-strings-into-multiple-resources-files
- Maybe OOBE and Flyout should be a separate project?
- 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.
- use "Enable {0}" where the name is filled in (or...)
- 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?
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
No status
Activity