Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 263 Bytes

File metadata and controls

16 lines (10 loc) · 263 Bytes

node-intl

Simple package to link various translation files into a common functionality

Simple translation usage example:

intl.init({
	'default': 'it',
	'path': './langs/'
});

intl.get('hello', 'es');	//-> hola
intl.get('world');		//-> mondo