DNNCommunity / DNNCommunity/Dnn.CommunityForums

TASK: Clean up resource strings

Open
#484 5 comments 0 reactions 0 assignees View on GitHub
broad scope documentation good first issue tasks
Dominant language
C#
Stars
18
Forks
23
Avg merge
20h 30m
Merged PRs (30d)
19

Description

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](https://github.com/DNNCommunity/Dnn.CommunityForums/assets/9553126/a15eca71-a436-45a3-aac0-40e6d7de9068)
- list/document removed items as potential breaking changes for anyone using customized templates

Hint: use RESX manager extension in visual studio

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.