fix: chinese traditional locale (#2440)
This commit is contained in:
@@ -314,7 +314,7 @@ export const localeConfigurations = {
|
|||||||
return import("dayjs/locale/tr").then((module) => module.default);
|
return import("dayjs/locale/tr").then((module) => module.default);
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
tw: {
|
zh: {
|
||||||
name: "中文",
|
name: "中文",
|
||||||
translatedName: "Chinese (Traditional)",
|
translatedName: "Chinese (Traditional)",
|
||||||
flagIcon: "tw",
|
flagIcon: "tw",
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user