blogifierdotnet / Blogifier

Blogifier is an open-source publishing platform Written in ASP.NET and Blazor WebAssembly. With Blogifier make a personal blog or a website.
https://blogifier.net
MIT License
1.26k stars 518 forks source link

Localizer does not give correct results #310

Open LinQiaoPorco opened 2 years ago

LinQiaoPorco commented 2 years ago

While we have .resx file to state the 'Edit Profile' Menu as:

<data name="edit-profile" xml:space="preserve">
        <value>Edit profile</value>
    </data>

But both the Blogifier Demo and my local template did not give expected results, which shall not have dash:

image