mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
#17313: Localized translations with " are not found
Work Item: 17313 --HG-- branch : 1.x
This commit is contained in:
@@ -25,6 +25,7 @@ namespace Orchard.Localization {
|
||||
|
||||
var workContext = _workContextAccessor.GetContext();
|
||||
var currentCulture = workContext.CurrentCulture;
|
||||
textHint = textHint.Replace(@"""", @"""""");
|
||||
var localizedFormat = _localizedStringManager.GetLocalizedString(_scope, textHint, currentCulture);
|
||||
|
||||
return args.Length == 0
|
||||
|
Reference in New Issue
Block a user