UNPKG

handlebars-intl

Version:

Handlebars helpers for internationalization.

9 lines (6 loc) 256 B
/* jshint node:true */ 'use strict'; // Add all locale data to `HandlebarsIntl`. This module will be ignored when // bundling for the browser with Browserify/Webpack. require('./lib/locales'); exports = module.exports = require('./lib/handlebars-intl');