소스 검색

Fix redefined "DE" in /index.ts

Petr Branberger 2 년 전
부모
커밋
db9084b0dc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/locales/index.ts

+ 1 - 1
app/locales/index.ts

@@ -6,7 +6,7 @@ import IT from "./it";
 import TR from "./tr";
 import JP from "./jp";
 import DE from "./de";
-import DE from "./cs";
+import CS from "./cs";
 
 export type { LocaleType } from "./cn";