Skip to content

Commit 671c243

Browse files
committedJul 3, 2020
Update ReadMe
1 parent 5af9e0b commit 671c243

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Vue I18n Service makes to manage SFC translations easier in a file. It collects
5656

5757
### Editing `translations.json` using Web UI
5858

59-
Open [https://edis.github.io/vue-i18n-translator/](https://edis.github.io/vue-i18n-translator/) and drop `translations.json` file which you've just generated. It will parse it and generate an useful interface to translate.
59+
Open [https://edisdev.github.io/vue-i18n-translator/](https://edisdev.github.io/vue-i18n-translator/) and drop `translations.json` file which you've just generated. It will parse it and generate an useful interface to translate.
6060

6161
![vue-i18n-translator](https://pbs.twimg.com/media/DnDZ5yYX0AAzJyN.png)
6262

@@ -148,7 +148,7 @@ This will update `.vue` files and replace them with changes.
148148
You can creating a new locale by copying another locale `create` command
149149

150150
```bash
151-
npx vue-i18n-service create 'de' 'en'
151+
npx vue-i18n-service create 'newlocale' 'extendedLocale'
152152
```
153153

154154
<img src="./creatingExample.gif"/>

0 commit comments

Comments
 (0)
Please sign in to comment.