diff --git a/public/locales/en/translation.json b/public/locales/en/translation.json index 6afb7d6f6..9c4c45730 100644 --- a/public/locales/en/translation.json +++ b/public/locales/en/translation.json @@ -389,7 +389,7 @@ "times": "Times", "started": "Started on", "finished": "Finished on", - "notStarted": "Not started yet",, + "notStarted": "Not started yet", "notFinished": "Not finished yet", "lines": { "singular": "line", diff --git a/src/config/i18n.js b/src/config/i18n.js index 7502a9d61..f980af12d 100644 --- a/src/config/i18n.js +++ b/src/config/i18n.js @@ -28,6 +28,9 @@ i18n nsMode: 'default', useSuspense: false, }, + }, error => { + // eslint-disable-next-line no-console + if (error) console.error('i18n init error', error); }); export default i18n;