mirror of https://github.com/xwiki-labs/cryptpad
remove hardcoded translations
This commit is contained in:
parent
ede3545249
commit
db1973131f
|
@ -278,14 +278,7 @@ button.primary:hover{
|
|||
].join('');
|
||||
var built = false;
|
||||
|
||||
// XXX
|
||||
var types = ['less', 'drive', 'migrate', 'sf', 'team', 'pad', 'end'];
|
||||
Messages.loading_state_0 = "Less";
|
||||
Messages.loading_state_1 = "Drive";
|
||||
Messages.loading_state_2 = "Migrate";
|
||||
Messages.loading_state_3 = "SF";
|
||||
Messages.loading_state_4 = "Team";
|
||||
Messages.loading_state_5 = "Pad";
|
||||
var current;
|
||||
var makeList = function (data) {
|
||||
var c = types.indexOf(data.type);
|
||||
|
|
Loading…
Reference in New Issue