From 0afa6b79ae81b590bbdda7658aed6693f842239a Mon Sep 17 00:00:00 2001 From: ansuz Date: Thu, 18 Jun 2020 15:09:29 -0400 Subject: [PATCH] remove most pending hardcoded translations --- www/common/notifications.js | 5 ----- www/support/ui.js | 7 ------- 2 files changed, 12 deletions(-) diff --git a/www/common/notifications.js b/www/common/notifications.js index 57ac38f8b..d1fbbaff9 100644 --- a/www/common/notifications.js +++ b/www/common/notifications.js @@ -83,11 +83,6 @@ define([ }; // Share pad - - Messages.notification_padSharedTeam = "{0} has shared a pad with the team {2}: {1}"; // XXX - Messages.notification_fileSharedTeam = "{0} has shared a file with the team {2}: {1}"; // XXX - Messages.notification_folderSharedTeam = "{0} has shared a pad with the team {2}: {1}"; // XXX - handlers['SHARE_PAD'] = function(common, data) { var content = data.content; var msg = content.msg; diff --git a/www/support/ui.js b/www/support/ui.js index c099634b7..30d98f389 100644 --- a/www/support/ui.js +++ b/www/support/ui.js @@ -103,14 +103,7 @@ define([ return true; }; -Messages.support_cat_account = "User account"; // XXX -Messages.support_cat_data = "Loss of content"; // XXX -Messages.support_cat_bug = "Bug report"; // XXX -Messages.support_cat_other = "Other"; // XXX -Messages.support_cat_all = "All"; // XXX Messages.support_category = "Category"; // XXX -Messages.support_attachments = "Attachments"; // XXX -Messages.support_addAttachment = "Add attachment"; // XXX var makeCategoryDropdown = function (ctx, container, onChange, all) { var categories = ['account', 'data', 'bug', 'other'];