Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add rich WYSIWYG text editor #31

Open
kaspars-ozols opened this issue Apr 28, 2016 · 1 comment
Open

Add rich WYSIWYG text editor #31

kaspars-ozols opened this issue Apr 28, 2016 · 1 comment

Comments

@kaspars-ozols
Copy link
Contributor

Localized resources might contain simple HTML markup. One might argue that HTML should not be in resources at all, and message should be formed from separate pieces.
In most cases it would add huge overhead and would not make sense for resource editors as they would loose context of each translation piece and how they fit together.

Example:

[LocalizedResource]
public static class MyResources
{
    public static string StatusMessage => "Inserted <b>{0}</b> records, updated <b>{1}</b> records.";
}

For such cases rich editor might be helpful as for regular resources (without HTML tags) it would render as usual.

@valdisiljuconoks valdisiljuconoks added this to the 5.0 milestone Mar 30, 2018
@rosrosros
Copy link

+1

@valdisiljuconoks valdisiljuconoks removed this from the 5.0 milestone May 6, 2019
svenrog pushed a commit to svenrog/LocalizationProvider that referenced this issue Sep 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants