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 2a28791 commit a95d00b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/localize/localize.ts
Expand Up @@ -4,7 +4,7 @@ import * as cs from './languages/cs.json';
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 en_GB 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';
Expand Down

0 comments on commit a95d00b

Please sign in to comment.