Description
🚀 Feature Proposal
This is more an open question and a potential opening of a discussion about the strategy to adopt than a feature proposal, but I think it would be smart to merge the different scanner/parser out there. What are your thoughts about it?
Motivation
Being the author of the new JSON v4 format, I made this PR to the i18next-parser repo to support it. Now I discover this other repo that I don't use.
From an outside look, those two projects seem to have the same goal even if I understand they don't have the same functional coverage (from there). I don't know which one should be incorporated in the other (they seem to have a pretty similar download rate according to npmtrends.com) but merging them would limit the work necessary to develop i18next, and would clarify what we should use when we want to integrate i18next into our projects.
I also understand from #213 that there are also concerns regarding the maintenance of this project. Merging would limit the risk of an abandoned repo.