remove some hardcoded translations

pull/1/head
ansuz 2021-02-09 10:16:23 +05:30
parent 01124b466d
commit 32b8f1f8b8
2 changed files with 0 additions and 11 deletions

View File

@ -931,14 +931,6 @@ define([
return;
};
Messages.admin_cat_performance = "Performance"; // XXX admin
Messages.admin_performanceProfilingHint = "Measure the running time of various server tasks by type"; // XXX admin
Messages.admin_performanceProfilingTitle = "Performance"; // XXX admin
Messages.admin_performanceKeyHeading = 'KEY'; // XXX admin
Messages.admin_performanceTimeHeading = 'Time (seconds)'; // XXX admin
Messages.admin_performancePercentHeading = '%'; // XXX admin
create['performance-profiling'] = function () {
var $div = makeBlock('performance-profiling');

View File

@ -525,9 +525,6 @@ define([
framework.start();
};
Messages.undo = "Undo"; // XXX
Messages.redo = "Redo"; // XXX
var initialContent = function () {
return [
h('div#cp-toolbar.cp-toolbar-container'),