Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/editor/locales/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import dutch from "./dutch";
import hungarian from "./hungarian";
import german from "./german";
import english from "./english";
import portuguese from "./portuguese";
import italian from "./italian";
Expand All @@ -11,5 +12,6 @@ export default {
german,
english,
portuguese,
italian,
spanish,
}
2 changes: 1 addition & 1 deletion src/editor/modules/image.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<script>
import Dropzone from 'vue2-dropzone';
import bus from 'src/editor/bus.js';
import 'vue2-dropzone/dist/vue2Dropzone.css'
import 'vue2-dropzone/dist/vue2Dropzone.min.css'

const UPLOAD_ICON = '<svg fill="#666" width="26" height="24" viewBox="0 0 2048 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1344 864q0-14-9-23l-352-352q-9-9-23-9t-23 9l-351 351q-10 12-10 24 0 14 9 23t23 9h224v352q0 13 9.5 22.5t22.5 9.5h192q13 0 22.5-9.5t9.5-22.5v-352h224q13 0 22.5-9.5t9.5-22.5zm640 288q0 159-112.5 271.5t-271.5 112.5h-1088q-185 0-316.5-131.5t-131.5-316.5q0-130 70-240t188-165q-2-30-2-43 0-212 150-362t362-150q156 0 285.5 87t188.5 231q71-62 166-62 106 0 181 75t75 181q0 76-41 138 130 31 213.5 135.5t83.5 238.5z"/></svg>'

Expand Down