@bigbinary/neeto-editor 1.27.8 → 1.27.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.cjs.js +0 -6
- package/index.cjs.js.map +1 -1
- package/index.js +0 -6
- package/index.js.map +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -40817,17 +40817,11 @@ function useTranslation(ns) {
|
|
|
40817
40817
|
}
|
|
40818
40818
|
|
|
40819
40819
|
var common = {
|
|
40820
|
-
back: "back",
|
|
40821
|
-
cancel: "Cancel",
|
|
40822
|
-
caption: "Caption",
|
|
40823
40820
|
create: "Create",
|
|
40824
40821
|
download: "Download",
|
|
40825
40822
|
embed: "Embed",
|
|
40826
40823
|
unlink: "Unlink",
|
|
40827
40824
|
videoUrl: "Video URL:",
|
|
40828
|
-
hex: "Hex:",
|
|
40829
|
-
browse: "Browse",
|
|
40830
|
-
done: "Done",
|
|
40831
40825
|
reset: "Reset",
|
|
40832
40826
|
auto: "Auto"
|
|
40833
40827
|
};
|