tiptapify 0.0.32 → 0.0.34
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/README.md +3 -1
- package/dist/tiptapify.css +1 -1
- package/dist/tiptapify.mjs +30192 -26595
- package/dist/tiptapify.umd.js +82 -46
- package/package.json +1 -1
- package/src/components/Toolbar/Index.vue +11 -1
- package/src/extensions/components/media/image/ImageDialog.vue +67 -5
- package/src/i18n/locales/ar.json +153 -0
- package/src/i18n/locales/ch.json +5 -1
- package/src/i18n/locales/cz.json +5 -1
- package/src/i18n/locales/de.json +5 -1
- package/src/i18n/locales/en.json +1 -0
- package/src/i18n/locales/es.json +5 -1
- package/src/i18n/locales/fi.json +153 -0
- package/src/i18n/locales/fr.json +5 -2
- package/src/i18n/locales/hu.json +153 -0
- package/src/i18n/locales/it.json +5 -1
- package/src/i18n/locales/ja.json +153 -0
- package/src/i18n/locales/ko.json +153 -0
- package/src/i18n/locales/la.json +104 -100
- package/src/i18n/locales/lt.json +5 -1
- package/src/i18n/locales/nl.json +5 -1
- package/src/i18n/locales/pl.json +5 -1
- package/src/i18n/locales/pt.json +5 -1
- package/src/i18n/locales/ru.json +1 -0
- package/src/i18n/locales/se.json +5 -1
- package/src/i18n/locales/th.json +153 -0
- package/src/i18n/locales/tr.json +153 -0
- package/src/i18n/locales/ua.json +1 -0
- package/src/i18n/locales/vi.json +153 -0
package/README.md
CHANGED
|
@@ -131,7 +131,9 @@ Also you can choose which toolbar items to ignore by providing prop items-exclud
|
|
|
131
131
|
```
|
|
132
132
|
|
|
133
133
|
## L10N (Localisation)
|
|
134
|
-
|
|
134
|
+
Most translations are AI-generated therefore they might contain mistakes!
|
|
135
|
+
|
|
136
|
+
If you found a wrong translation or want to add a new language, feel free to [send your translation](mailto:ivoyt90@gmail.com) made from the [template](https://raw.githubusercontent.com/IVoyt/tiptapify/refs/heads/main/src/i18n/locales/en.json).
|
|
135
137
|
|
|
136
138
|
## Feedback
|
|
137
139
|
Found a bug or have ideas on improvement? Feel free to [create a ticket](https://github.com/IVoyt/tiptapify/issues/new).
|