|
@@ -22,7 +22,10 @@ en_US.pluralize = function (n) {
|
|
return 1;
|
|
return 1;
|
|
};
|
|
};
|
|
|
|
|
|
-Uppy.locale.en_US = en_US;
|
|
|
|
|
|
+if (typeof Uppy !== 'undefined') {
|
|
|
|
+ Uppy.locale.en_US = en_US;
|
|
|
|
+}
|
|
|
|
+
|
|
exports['default'] = en_US;
|
|
exports['default'] = en_US;
|
|
module.exports = exports['default'];
|
|
module.exports = exports['default'];
|
|
|
|
|