Ver Fonte

Fix redefined "DE" in /index.ts

Petr Branberger há 1 ano atrás
pai
commit
db9084b0dc
1 ficheiros alterados com 1 adições e 1 exclusões
  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";