https://github.com/jasonmit/combine-translations
https://github.com/jasonmit/combine-translations
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jasonmit/combine-translations
- Owner: jasonmit
- Created: 2015-09-15T06:25:07.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-15T07:22:41.000Z (over 9 years ago)
- Last Synced: 2025-02-10T04:44:08.472Z (4 months ago)
- Language: JavaScript
- Size: 145 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.