A translation tool for the terminology of the Omaha System care taxonomy.
- has Omaha System terminology in English and German as structured JSON format
- view terminology side-by-side in source and target language
- edit target language translation in browser and download target language as JSON file (no persistence in your browser or server-side!)
- updated translation in downloaded JSON file should be merged with corresponding JSON file in this repository
- print view: open
print.html
in Firefox and get a view on Omaha System domains with problems and intervention targets optimized for print on A4 portrait pages (WebKit browsers don't print columns so you definetly need Firefox for printing)
- requirements: node.js and npm
- run
npm install
- run
npm start
- run
npm run build
- deploy
index.html
anddist/*
to your webserver