Skip to content

Really basic TMX (Translation Memory eXchange) to csv exporter and in browser viewer

Notifications You must be signed in to change notification settings

sosias/tmx-tool

Repository files navigation

tmx-tool

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

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Run your unit tests

yarn test:unit

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference

Publish to github pages

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

About

Really basic TMX (Translation Memory eXchange) to csv exporter and in browser viewer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published