docs: prettier all markdown files

This commit is contained in:
chenjiahan
2020-04-11 09:17:33 +08:00
committed by neverland
parent 48067f79db
commit 7f84f8a487
140 changed files with 4441 additions and 4723 deletions
+12 -12
View File
@@ -25,9 +25,9 @@ import { Locale } from 'vant';
const messages = {
'en-US': {
vanPicker: {
confirm: 'Close'
}
}
confirm: 'Close',
},
},
};
Locale.add(messages);
@@ -37,14 +37,14 @@ Locale.add(messages);
Current supported languages:
| Language | Filename |
|------|------|
| Chinese | zh-CN |
| Traditional Chinese (HK) | zh-HK |
| Traditional Chinese (TW) | zh-TW |
| English | en-US |
| Turkish | tr-TR |
| Spanish (Spain) | es-ES |
| Japanese | ja-JP |
| Language | Filename |
| ------------------------ | -------- |
| Chinese | zh-CN |
| Traditional Chinese (HK) | zh-HK |
| Traditional Chinese (TW) | zh-TW |
| English | en-US |
| Turkish | tr-TR |
| Spanish (Spain) | es-ES |
| Japanese | ja-JP |
> View all language configs [Here](https://github.com/youzan/vant/tree/dev/src/locale/lang).