Is there a way I can get rid of "I18n: section was not found in current dictionary" message that is flooding my browser console?
I do not need i18n support and I am not sure if there is any way to stop these messages to come up.

Hi @akash-mitra
You can disable console output using log level property — https://editorjs.io/configuration#log-level
However, it doesn't seem ok, @neSpecc could you have a look please.
While implementing the I18n API I thought that this log will be useful, but it's not. I'll remove this log in the next release.
Most helpful comment
While implementing the I18n API I thought that this log will be useful, but it's not. I'll remove this log in the next release.