Skip to content

Commit

Permalink
Update config.ts
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
WantClue authored Dec 15, 2024
1 parent 50b33de commit bb573fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/i18n/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import LanguageDetector from 'i18next-browser-languagedetector';
import en from './locales/en.json';
import de from './locales/de.json';
import pt from './locales/pt.json';
import pt from './locales/ru.json';
import ru from './locales/ru.json';

i18n
.use(LanguageDetector)
Expand Down

0 comments on commit bb573fc

Please sign in to comment.