File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -23,4 +23,18 @@ Vue.use(LiveTranslatorPlugin, {
23
23
translationLink (meta : TranslationMeta ) {
24
24
return ` <weblate_url>/translate/<project>/<component>/${meta .locale }/?q=context:=${meta .path } `
25
25
}
26
+ ```
27
+
28
+ ## Develop
29
+ ``` bash
30
+ git clone https://github.com/apicore-engineering/vue-i18n-live-translator-plugin
31
+ ```
32
+ ``` bash
33
+ cd vue-i18n-live-translator-plugin
34
+ ```
35
+ ``` bash
36
+ npm install
37
+ ```
38
+ ``` bash
39
+ husky install
26
40
```
Original file line number Diff line number Diff line change 6
6
"types" : " ./dist/index.d.ts" ,
7
7
"scripts" : {
8
8
"build" : " tsc --declaration" ,
9
- "test" : " echo \" Error: no test specified\" && exit 1" ,
10
- "prepare" : " husky install"
9
+ "test" : " echo \" Error: no test specified\" && exit 1"
11
10
},
12
11
"husky" : {
13
12
"hooks" : {
You can’t perform that action at this time.
0 commit comments