Skip to content

Commit

Permalink
Merge pull request #274 from tarasifua/patch-2
Browse files Browse the repository at this point in the history
Add Ukrainian translation
  • Loading branch information
nielsfaber authored Dec 29, 2020
2 parents b618a58 + aac7690 commit 6ed8c5d
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 @@ -13,6 +13,7 @@ import * as pt from './languages/pt.json';
import * as pt_br from './languages/pt-br.json';
import * as ro from './languages/ro.json';
import * as ru from './languages/ru.json';
import * as uk from './languages/uk.json';

const languages: any = {
cs: cs,
Expand All @@ -33,6 +34,7 @@ const languages: any = {
pt_BR: pt_br,
ro: ro,
ru: ru,
uk: uk,
};

export function localize(
Expand Down

0 comments on commit 6ed8c5d

Please sign in to comment.