Skip to content

TASK: Clean up resource strings #484

@johnhenley

Description

@johnhenley

There are numerous resources that aren't preceded by RESX:
For example

"[RESX:Lock].Text"
"Lock.Text"

When used from code or templates, ANYTHING within brackets WITHOUT RESX: should be considered a token rather than a resource string. Therefore [Lock] is invalid.

  • Go through code and delivered templates and
    • update strings without RESX: to have RESX: prefix
    • update resource files
    • remove unused strings
    • use consistent casing:
      image
    • list/document removed items as potential breaking changes for anyone using customized templates

Hint: use RESX manager extension in visual studio

Metadata

Metadata

Assignees

No one assigned

    Labels

    broad scopeNon-specific issues that address multiple areasdocumentationImprovements or additions to documentationgood first issueGood for newcomerstasksGeneral maintenance tasks that aren't typical development

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions