What I have in mind is: - build a list of strings to translate by running `grep` under `src`to find occurrances of `_(gd, 'a string to translate')` - load a locale, e.g. `lib/locales/es.js`, and find any missing strings in `exports.dictionary`.