Skip to content

Commit

Permalink
Update readme file with Arabic translation
Browse files Browse the repository at this point in the history
  • Loading branch information
Edujugon committed Sep 20, 2018
1 parent 07cc253 commit ccecaf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ npm install vue-stepper --save
| Properties | Type | Values |
| :--------------- | :------- | :--------- |
| `steps` | Array of Objects | Each object is a step that will be included in the stepper |
| `locale` | String | Default: `en`. Current options: `en`, `es`, `pt`, `ja`, `he`, `cn`, `ru`. |
| `locale` | String | Default: `en`. Current options: `en`, `es`, `pt`, `ja`, `he`, `cn`, `ru` , `ar`. |
| `top-buttons` | Boolean | Default: `false`. If `true` buttons on the header, at the start and the end of the steps, will be shown for better user experience. |
| `keep-alive` | Boolean | Default: `true`. If `true` step components won't be destroy in each step change, bue if `false` they will. |

Expand Down

0 comments on commit ccecaf3

Please sign in to comment.