laroux.js icon indicating copy to clipboard operation
laroux.js copied to clipboard

Basic Internationalization Support

Open eser opened this issue 9 years ago • 1 comments

It would be useful along with existing $l.date formatters.

eser avatar May 20 '15 14:05 eser

$l.date will be renamed as $l.intl.

features implemented so far:

$l.intl.addTranslations('tr', { name: 'isim' });
$l.intl.translate('tr', '{name}: Eser');

eser avatar Jun 18 '15 11:06 eser