Alex-D / Trumbowyg

A lightweight and amazing WYSIWYG JavaScript editor under 10kB
https://alex-d.github.io/Trumbowyg
MIT License
3.97k stars 606 forks source link

Missing language entries in Plugin Colors (ES, CA) #1372

Closed carmarri closed 1 year ago

carmarri commented 1 year ago

Here I provide two translations to Spanish and Catalan which are missing in the Plugin Colors:

es: {
    foreColor: 'Color del texto',
    backColor: 'Color del fondo',
    foreColorRemove: 'Eliminar color del texto',
    backColorRemove: 'Eliminar color del fondo'
}

ca: {
    foreColor: 'Color del text',
    backColor: 'Color del fons',
    foreColorRemove: 'Eliminar color del text',
    backColorRemove: 'Eliminar color del fons'
}
Alex-D commented 1 year ago

Thank you for your contribution :) This will be available in the release 2.27.1!