Scans typescript jsx files for missing translations and outputs it to stdout
yarn add github.com/carlundmahren/tsx-translate
tsx-translate [options]
-h, --help output usage information
-V, --version output the version number
directory Directory to scan for tsx files
tsx-translate .
Thanks to react-json-parser for inspiration and a baseline of code.
MIT