Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 439 Bytes

load.md

File metadata and controls

23 lines (19 loc) · 439 Bytes

Cldr.load( json, ... )

Load resolved or unresolved [1] JSON data.

Parameter Type Description
json Object Resolved 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.