📜  删除 react-i18next 的控制台消息 - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:02:26.595000             🧑  作者: Mango

代码示例1
i18n.init({
    resources,
    debug: false, // false --> disables i18next debug messages
    lng: 'en',
    fallbackLng: 'en',
  });