We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version used: 1.7.2
I didn't see the french locale in the project so I added theme like this:
Vue.use(wysiwyg, { locale: { locale_name: 'Français', locale_shorthand: ['fr', 'français'], // Translations: justifyCenter: 'Centrer', justifyLeft: 'Aligner à gauche', justifyRight: 'Aligner à droite', bold: 'Gras', code: 'Code', headings: 'Titres (h1-h6)', link: 'Lien hypertexte', image: 'Image', italic: 'Italique', orderedList: 'Liste numérotée (1, 2, 3, ...)', unorderedList: 'Liste à puces', removeFormat: 'Supprimer la mise en forme.', separator: null, table: 'Insérer un tableau', underline: 'Souligner', }, });
This does not work though. Actually, no locales work, I tried spanish and dutch too, nothing works.
Vue.use(wysiwyg, { hideModules: { image: true, }, locale: 'es', });
Also, I didn't see any local key for "rows", "columns" and "insert" for tables either.
The text was updated successfully, but these errors were encountered:
the npm version is not very up to date and and should not contain them, so i compiled it myself to use them
Sorry, something went wrong.
I need the french translation too
@Yelteen How did you compiled it exactly? Can you show us the code?
I did fix Germany and Italian at #140
The only problem is forgot to register the locale into index.js, please be aware for this file.
No branches or pull requests
Version used: 1.7.2
I didn't see the french locale in the project so I added theme like this:
This does not work though.
Actually, no locales work, I tried spanish and dutch too, nothing works.
Also, I didn't see any local key for "rows", "columns" and "insert" for tables either.
The text was updated successfully, but these errors were encountered: