Skip to content

Commit

Permalink
fix: orrectly import zh-CN and zh-TW files
Browse files Browse the repository at this point in the history
  • Loading branch information
francoislehoux-okta committed Jun 8, 2023
1 parent 47c106b commit 659d140
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/odyssey-react-mui/src/OdysseyI18n.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ import { translation as sv } from "./properties/ts/odyssey-react-mui_sv";
import { translation as th } from "./properties/ts/odyssey-react-mui_th";
import { translation as tr } from "./properties/ts/odyssey-react-mui_tr";
import { translation as uk } from "./properties/ts/odyssey-react-mui_uk";
import { translation as zhCN } from "./properties/ts/odyssey-react-mui_zh-CN";
import { translation as znTW } from "./properties/ts/odyssey-react-mui_zh-TW";
import { translation as zhCN } from "./properties/ts/odyssey-react-mui_zh_CN";
import { translation as znTW } from "./properties/ts/odyssey-react-mui_zh_TW";

import {
SupportedLanguages,
Expand Down
Empty file.
Empty file.

0 comments on commit 659d140

Please sign in to comment.