UNPKG

@patternslib/patternslib

Version:

Patternslib is a JavaScript library that enables designers to build rich interactive prototypes without the need for writing any Javascript. All events are triggered by classes and other attributes in the HTML, without abusing the HTML as a programming la

13 lines (11 loc) 359 B
/* This is a stub, used by patterns that need compatibility with Mockup which * have i18n support. * * Eventually we might want to implement our own i18n functionality here (while * keeping compatibility with Mockup). * * Jed.js would be a good candidate. (http://slexaxton.github.io/Jed) */ export default function translate(str) { return str; }