load.md

October 14, 2014 ยท View on GitHub

Cldr.load( json, ... )

Load resolved or unresolved [1] JSON data.

ParameterTypeDescription
jsonObjectResolved or unresolved [1] CLDR JSON data
Cldr.load({
	"main": {
		"pt-BR": {
			"numbers": {
				"symbols-numberSystem-latn": {
					"decimal": ","
				}
			}
		}
	}
});

1: Unresolved processing is only available after loading cldr/unresolved.js extension module.