egitto
Results
2
issues of
egitto
I want to add a callback, so that instead of just sending missing localization errors I can, for instance, add the terms to a file.
I've submitted a PR that runs a callback function on every missing translation, which seems like a generically useful way for users to dynamically generate translation files (json, .po, whatever)....