Skip to content

Commit

Permalink
Update localize.ts
Browse files Browse the repository at this point in the history
Added import of Bulgarian translation.
  • Loading branch information
borj authored Dec 20, 2024
1 parent 9c4d0d2 commit 74e3afa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/localize/localize.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import * as bg from './languages/cs.json';
import * as cs from './languages/cs.json';
import * as da from './languages/da.json';
import * as de from './languages/de.json';
Expand All @@ -19,6 +20,7 @@ import * as zh from './languages/zh.json';

// eslint-disable-next-line @typescript-eslint/no-explicit-any
const languages: any = {
bg,
cs,
da,
de,
Expand Down

0 comments on commit 74e3afa

Please sign in to comment.