Skip to content

Commit

Permalink
fix: fix import for Spanish locale
Browse files Browse the repository at this point in the history
  • Loading branch information
diegort committed Apr 9, 2024
1 parent 82fda4a commit 2a28791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/localize/localize.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import * as da from './languages/da.json';
import * as de from './languages/de.json';
import * as en from './languages/en.json';
import * as en_GB from './languages/es.json';
import * as es from './languages/en.json';
import * as es from './languages/es.json';
import * as et from './languages/et.json';
import * as fi from './languages/fi.json';
import * as fr from './languages/fr.json';
Expand Down

0 comments on commit 2a28791

Please sign in to comment.