|
|
@ -440,7 +440,7 @@ app.cacheBuster = null;
|
|
|
|
.replace('{browserTitle}', function () { return config.browserTitle; });
|
|
|
|
.replace('{browserTitle}', function () { return config.browserTitle; });
|
|
|
|
|
|
|
|
|
|
|
|
// Allow translation strings in title on ajaxify (#5927)
|
|
|
|
// Allow translation strings in title on ajaxify (#5927)
|
|
|
|
title = title.replace(/[/g, '[').replace(/]/g, ']');
|
|
|
|
title = translator.unescape(title);
|
|
|
|
|
|
|
|
|
|
|
|
translator.translate(title, function (translated) {
|
|
|
|
translator.translate(title, function (translated) {
|
|
|
|
titleObj.titles[0] = translated;
|
|
|
|
titleObj.titles[0] = translated;
|
|
|
|