Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
Now I've done it
  • Loading branch information
Kyo-70 authored Oct 19, 2024
1 parent 87a16eb commit 9f36a70
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/resources/locales/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import ru from "./ru.json";
import uk from "./uk.json";
import zhCN from "./zh-CN.json";
import zhTW from "./zh-TW.json";
import ptBR from "./pt-BR.json";

export default {
ca,
Expand All @@ -27,5 +28,6 @@ export default {
it,
uk,
ja,
"pt-BR": ptBR,
"de-DE": deDE
};

0 comments on commit 9f36a70

Please sign in to comment.