mirror of https://github.com/xwiki-labs/cryptpad
remove some hardcoded translations
This commit is contained in:
parent
e772e7e388
commit
559be30293
|
@ -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';
|
||||
|
|
Loading…
Reference in New Issue