diff --git a/README.md b/README.md
index 09d2642..282f60c 100644
--- a/README.md
+++ b/README.md
@@ -147,7 +147,7 @@ export default {
| change | When the value change | the currentValue |
| input | When the value change | the currentValue |
| confirm | When user click 'OK' button | the currentValue |
-| input-error | When user type a invalid Date| the input value |
+| input-error | When user type a invalid Date| the input text |
### Slots
diff --git a/README.zh-CN.md b/README.zh-CN.md
index 7979334..1497a23 100644
--- a/README.zh-CN.md
+++ b/README.zh-CN.md
@@ -89,6 +89,35 @@ export default {
| confirm-text | String | 'OK' | 确认按钮的名称
| range-separator | String | '~' | range 分隔符
+#### lang
+* String (en/zh/es/pt-br/fr/ru/de/it/cs)
+* Object (自定义)
+
+```html
+
+
+
+
+
+
+```
#### shortcuts
* true - 显示默认快捷选择