This folder stores language packs, each package is named in RFC1766 standard,
support JSON and JSONC (JSON with Comments) files.

```jsonc
// zh-CN.json
{
    "Hello, World!": "你好，世界！"
}
```