CLI script to autmoatically translate a PO file using a word dictionary
Takes a PO file and JSON word dictionary, and outputs a new PO file with the appropriate words replaced.
The dictionary must be the following format: {"word1":"newword1","word2":"newword2"}