Skip to content

Commit

Permalink
🔥 fix error sintax
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardovilarinho committed Apr 13, 2017
1 parent d6ecf20 commit 50c44bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README-PT.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Para instalar, copie o arquivo `src/es6.js` para sua pasta de plugins.

Vue.use(MultiLanguage, {
en: {
hi: 'Hello'
hi: 'Hello',
welcome: 'Welcome, {name}'
},
pt: {
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ To install just copy the file `src/es6.js` to your plugins directory.

Vue.use(MultiLanguage, {
en: {
hi: 'Hello'
hi: 'Hello',
welcome: 'Welcome, {name}'
},
pt: {
Expand Down

0 comments on commit 50c44bd

Please sign in to comment.