Skip to content

Commit

Permalink
refactor: shifted i18n to original location
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajat-Dabade committed Nov 22, 2023
1 parent 7146afc commit fa6a816
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion frontend/src/ReactI18/index.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
import cacheBursting from 'i18n-translations-hash.json';
import i18n from 'i18next';
import LanguageDetector from 'i18next-browser-languagedetector';
import Backend from 'i18next-http-backend';
import { initReactI18next } from 'react-i18next';

import cacheBursting from '../../i18n-translations-hash.json';

i18n
// load translation using http -> see /public/locales
.use(Backend)
Expand Down
1 change: 0 additions & 1 deletion frontend/src/i18n-translations-hash.json

This file was deleted.

0 comments on commit fa6a816

Please sign in to comment.