Skip to content

jasonmit/combine-translations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published