Apparently my last PR broke the translations for ApiError. My guess is it has something to do with rubocop or a dependency update. The only change to the file in question is the removal of the UTF-8 magic string (should be a no-op in modern ruby) and a whitespace change. I'm going to troubleshoot this a little later.
Just wanted to put a note here in case anyone else is running on master and finds this.
Problem:
translation missing: en.taxcloud.errors.messages.api_error.message
Summary:
translation missing: en.taxcloud.errors.messages.api_error.summary
Resolution:
translation missing: en.taxcloud.errors.messages.api_error.resolution
Apparently my last PR broke the translations for ApiError. My guess is it has something to do with rubocop or a dependency update. The only change to the file in question is the removal of the UTF-8 magic string (should be a no-op in modern ruby) and a whitespace change. I'm going to troubleshoot this a little later.
Just wanted to put a note here in case anyone else is running on master and finds this.