wantedly / hi18n

message internationalization meets immutability and type-safety

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error reporting API

qnighy opened this issue · comments

Why

Translation is generally a relatively less important part of the software; thus we want to gracefully recover from the errors during translation.

However, on the other hand, we do not want to ignore errors.

What

Add an API to handle error reporting and implement error recovery.