Really basic TMX (Translation Memory eXchange) to csv exporter and in browser viewer. This tool now can only visualize the translations in a table and export them as a csv file
Use the tool at https://sosias.github.io/tmx-tool
The separator in the exported csv file is the tab character
yarn install
yarn serve
yarn build
yarn test:unit
yarn lint
git checkout --orphan gh-pages
npm run build
git --work-tree dist add --all
git --work-tree dist commit -m 'Deploy'
git push origin HEAD:gh-pages --force
rm -r dist
git checkout -f master
git branch -D gh-pages