Skip to content
This repository was archived by the owner on Jul 16, 2020. It is now read-only.

Commit 8750734

Browse files
committed
README
1 parent 1587130 commit 8750734

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,13 @@ Blade template:
6464
Vue template:
6565
```js
6666
<div class="message">
67-
<p>{{ $t('message.hello', {name: "visitor"}) }}</p>
67+
<p>{{ $t('message.hello', {name: 'visitor'}) }}</p>
6868
</div>
6969
```
7070

7171

72-
## Notice
72+
## Notices
7373

7474
The generated file is an ES6 module.
75+
76+
Limitation: there is no vue-i18n feature similar to Laravel's [pluralization](http://laravel.com/docs/5.1/localization#pluralization)

0 commit comments

Comments
 (0)