Skip to content
Patryk Gołębiowski edited this page May 7, 2016 · 3 revisions

CLDR data tree

CLDR data forms a tree. This tree is so huge and so diverse that Unicode has decided to split it into packages. Packages, in turn, contain many JSON files, often grouped by cultures.

In Onism, this tree is represented by CldrTree.

Changes

Every file

In the CldrTree, no file metadata is stored. Information on the CLDR version number can be accessed via CldrData object. Information like file revision number is discarded.

Every main.*

Each node main.{locale}.{data} is moved higher to {data} (right under the root).

Traversing

See CLDR tree path.