simonwep/li18nt

Feature: yaml support

Opened this issue · 0 comments

In addition to JSON file support, would be nice if YAML (.yml, .yaml) files were supported as well (easy enough to load and parse to objects, reusing the same internals as JSON path.

I've been using .yaml files for my language strings structures for several years now.

aside: TOML support might be worth it as well, which would effectively have a similar effect.