remove some hardcoded translations

This commit is contained in:
ansuz 2021-02-09 18:57:36 +05:30
parent e772e7e388
commit 559be30293
1 changed files with 1 additions and 8 deletions

View File

@ -412,14 +412,7 @@ define([
]);
}, true);
// XXX
Messages.settings_colorthemeTitle = "Color theme";
Messages.settings_colorthemeHint = "Change the overall colors of CryptPad on this machine.";
Messages.settings_colortheme_default = "Default ({0})";
Messages.settings_colortheme_light = "Light";
Messages.settings_colortheme_dark = "Dark";
Messages.settings_colortheme_custom = "Custom";
Messages.settings_cat_style = "Appearance";
Messages.settings_colortheme_custom = "Custom"; // XXX
makeBlock('colortheme', function (cb) {
var theme = window.cryptpadStore.store['colortheme'] || 'default';