rxaviers / cldrjs

Simple CLDR traverser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mixed case in the attributes

gcastre opened this issue · comments

The minLanguageId has a lowercased 'l' in the attributes while maxLanguageId is uppercased

Here : https://github.com/rxaviers/cldrjs/blob/master/src/core.js#L95

Fixed by #40