Spaces:
Runtime error
Runtime error
Update src/containers/extension-library.jsx
Browse files
src/containers/extension-library.jsx
CHANGED
@@ -28,6 +28,12 @@ const messages = defineMessages({
|
|
28 |
defaultMessage: 'This extension is incompatible with Scratch. Projects made with it cannot be uploaded to the Scratch website. Are you sure you want to enable it?',
|
29 |
description: 'Confirm loading Scratch-incompatible extension',
|
30 |
id: 'tw.confirmIncompatibleExtension'
|
|
|
|
|
|
|
|
|
|
|
|
|
31 |
}
|
32 |
});
|
33 |
|
|
|
28 |
defaultMessage: 'This extension is incompatible with Scratch. Projects made with it cannot be uploaded to the Scratch website. Are you sure you want to enable it?',
|
29 |
description: 'Confirm loading Scratch-incompatible extension',
|
30 |
id: 'tw.confirmIncompatibleExtension'
|
31 |
+
},
|
32 |
+
extensionWarning: {
|
33 |
+
// eslint-disable-next-line max-len
|
34 |
+
defaultMessage: 'This extension is not recommended for real projects. It may be unstable and cause problems with your project later on. Are you sure you want to enable it?',
|
35 |
+
description: 'Confirm loading buggy and unstable extension',
|
36 |
+
id: 'pm.confirmBuggyUnstableExtension'
|
37 |
}
|
38 |
});
|
39 |
|