Antd components are loaded in commonjs mode, so internationalization doesn't work. See the text for configuration. I can change module to "es2015".

{
"compilerOptions": {

"moduleResolution": "node",
"target": "es5",
"jsx": "react",
"sourceMap": true,
"skipDefaultLibCheck": true,
"skipLibCheck": true,
"module": "commonjs",
"allowSyntheticDefaultImports": true,
"removeComments": true

},
"exclude": [

"bin",
"node_modules"

]
}

Oct.27,2021
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b35b1c-2bfcf.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b35b1c-2bfcf.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?