Browse Source

Fix redefined "DE" in /index.ts

Petr Branberger 1 năm trước cách đây
mục cha
commit
db9084b0dc
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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";