Skip to content

Commit

Permalink
Fix path reference
Browse files Browse the repository at this point in the history
  • Loading branch information
theRealPadster authored Jun 21, 2024
1 parent af5d698 commit 30f61bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extensions/extension.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import i18n, { t } from 'i18next';
import ca from '../locales/ca.json';
import en from '../locales/en.json';
import de from '../locales/de.json';
import es from './locales/es.json';
import es from '../locales/es.json';
import esLatin from '../locales/es-419.json';
import fr from '../locales/fr.json';
import pl from '../locales/pl.json';
Expand Down

0 comments on commit 30f61bf

Please sign in to comment.