1. `New` a `UniversalTranslator` with `nil` fallback, that work fine; `ut := New(nil)` 2. call `ut.AddTranslator` to add new translator but `t.fallback` is `nil` so will panic. source code [https://github.com/go-playground/universal-translator/blob/71201497bace774495daed26a3874fd339e0b538/universal_translator.go#L85](https://github.com/go-playground/universal-translator/blob/71201497bace774495daed26a3874fd339e0b538/universal_translator.go#L85) Whether to add panic handling ?