papandreou / node-cldr

node.js library for extracting data from CLDR (the Unicode Common Locale Data Repository)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Default values for localeId, calendarId and numberSystemId

papandreou opened this issue · comments

The extraction methods currently produce no output if these parameters are omitted, which is kinda unfriendly. They could just default to root, gregorian, and latn, respectively.