An open API service indexing awesome lists of open source software.

https://github.com/jasonmit/combine-translations


https://github.com/jasonmit/combine-translations

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# combine-translations

Given a list of YAML files, it concats them together by filename.

Example:

```
/about
- en.yaml
- fr.yaml
- es.yaml
/settings
- en.yaml
en.yaml
fr.yaml
es.yaml
```

Will returns 3 files: `en.json, fr.json, es.json`. Each file will be a sum of its parts.