Skip to content

Commit

Permalink
fix lint again
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman committed Aug 13, 2024
1 parent 405b791 commit 1975502
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions frontend/src/localization/i18next.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ import { initReactI18next } from 'react-i18next';
// import LanguageDetector from 'i18next-browser-languagedetector';
import resources from './resources';

console.log(resources);
i18next
i18next /* eslint-disable-line */
.use(initReactI18next)
// .use(LanguageDetector)
.init({
Expand Down

0 comments on commit 1975502

Please sign in to comment.