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
I can't translate the tool texts inside i18n configuration object with proper way. Could you provide syntax about how can we translate texts.
The text was updated successfully, but these errors were encountered:
You can do it like this:
"messages": { "blockTunes": { }, "ui": { }, "toolNames": { }, "tools": { "table": { "With headings": "עם כותרת", "Without headings": "ללא כותרת", "Add row above": "הוספת שורה למעלה", "Add row below": "הוספת שורה למטה", "Delete row": "מחיקת שורה", "Delete column": "מחיקת עמודה", "Add column to left": "הוספת עמודה משמאל", "Add column to right": "הוספת עמודה מימין" } } } }
Sorry, something went wrong.
No branches or pull requests
I can't translate the tool texts inside i18n configuration object with proper way. Could you provide syntax about how can we translate texts.
The text was updated successfully, but these errors were encountered: