Skip to content

Commit

Permalink
Fix Swedish language
Browse files Browse the repository at this point in the history
  • Loading branch information
MrBartusek committed Jun 20, 2022
1 parent 820813d commit e022f06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions src/localize/localize.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import * as pl from './languages/pl.json';
import * as et from './languages/et.json';
import * as es from './languages/es.json';
import * as sk from './languages/sk.json';
import * as sv from './languages/sv.json';
import * as se from './languages/se.json';
import * as hr from './languages/hr.json';
import * as cs from './languages/hr.json';

Expand All @@ -22,7 +22,7 @@ const languages: any = {
es: es,
hr: hr,
sk: sk,
sv: sv,
se: se,
cs: cs
};
export function localize(string: string): string {
Expand Down

0 comments on commit e022f06

Please sign in to comment.