translation to spanish fontSize plugin does not work
See original GitHub issueInformations
i take the FontSize plugin and implement in the editor, its okay so far but when i want translate to spanish , the plugin still in english, and yes i added the translation to spanish in the .js just like this:
es: { fontsize: 'Tamaño de Fuente', fontsizes: { 'x-small': 'Extra Pequeña', 'small': 'Pequeña', 'medium': 'Normal', 'large': 'Grande', 'x-large': 'Extra Grande', 'custom': 'Personalizar' }
and i added the plugin in the btn options::
$('#input-texto').trumbowyg({ lang: 'es', btns: [ ['fontsize'], ] });
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Language Font Modification Not Working - WordPress.org
My site is in English, but I'm using TranslatePress to translate it to Khmer. Most has not been translated yet, but on the...
Read more >change font size after using google translate - Stack Overflow
The language selector does work, make sure your flash plugin is enabled. And your right it doesnt make it larger after the change....
Read more >How to change font size/colour in every language ... - WPML
7. On the right column of the edit page, make sure to select "Translate Independently" and save. That way, you will be able...
Read more >Activate the "Font size" option in the Table plugin #38136
1- i changed Visualization to Table-old, but Font size don't work. 2- i would like to use Font size (v6) and hide header...
Read more >How to Change the Font Globally in WordPress
To change the font globally in your WordPress site, you can edit the style for your site. This tutorial will show you how....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Make me a Pull Request to add Spanish to the official plugin code, it will be simple to use it after that 😃
Please make a clean Pull Request…