bevacqua / woofmark

:dog2: Barking up the DOM tree. A modular, progressive, and beautiful Markdown and HTML editor
https://bevacqua.github.io/woofmark
MIT License
1.62k stars 74 forks source link

Add Modes to Translatable Strings #58

Closed LoveAndCoding closed 6 years ago

LoveAndCoding commented 7 years ago

Most of the other buttons/information had customizable strings through the woofmark.strings object, but the text for the mode toggles wasn't in that object. The buttons could still be customized but only by overriding the render.modes, which seemed inconsistent. This simply moves those strings to the strings object so they can be customized the same way.