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
Unable to change editor language from English despite trying multiple approaches with locale and translations.
// Approach 1: Direct prop
<EmailEditor locale="it-IT" /> // Approach 2: Via options
<EmailEditor locale="it-IT" />
const editorConfig = { locale: 'it-IT', translations: { 'it-IT': { 'widgets.content.button.name': 'Bottone', 'widgets.buttons.add_content': 'Aggiungi contenuto', // ... other translations } } } <EmailEditor :options="editorConfig" />
Editor should display in Italian when locale is set to 'it-IT'
Any help appreciated.
The text was updated successfully, but these errors were encountered:
I have this issue too!
Sorry, something went wrong.
No branches or pull requests
Description
Unable to change editor language from English despite trying multiple approaches with locale and translations.
Steps to Reproduce
Code Example
// Approach 1: Direct prop
<EmailEditor locale="it-IT" />
// Approach 2: Via options
Current Behavior
Expected Behavior
Editor should display in Italian when locale is set to 'it-IT'
Environment
Questions
Any help appreciated.
The text was updated successfully, but these errors were encountered: