Skip to content

Commit

Permalink
Update localize.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Paduber authored Oct 7, 2023
1 parent 164910f commit c61f911
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
Expand Up @@ -12,6 +12,7 @@ import * as pl from './languages/pl.json';
import * as pt from './languages/pt.json';
import * as pt_BR from './languages/pt-BR.json';
import * as sk from './languages/sk.json';
import * as ru from './languages/ru.json';

// eslint-disable-next-line @typescript-eslint/no-explicit-any
const languages: any = {
Expand All @@ -29,6 +30,7 @@ const languages: any = {
pt,
pt_BR,
sk,
ru
};

export function getLocalizer(configuredLanguage: string | undefined, haServerLanguage: string | undefined) {
Expand Down

0 comments on commit c61f911

Please sign in to comment.