Commit a50fcfd9 authored by Mathieu DARTIGUES's avatar Mathieu DARTIGUES Committed by baiyaaaaa

Fix filename of md file for en-US version (#3600)

Initially it was `en-us`, but the folder is `en-US` .

When creating a new component, the build doesn't work because it hopes a file in the `en-US` folder.
parent c30eea3c
......@@ -74,7 +74,7 @@ export default {
content: `## ${chineseName}`
},
{
filename: path.join('../../examples/docs/en-us', `${componentname}.md`),
filename: path.join('../../examples/docs/en-US', `${componentname}.md`),
content: `## ${componentname}`
},
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment