Skip to content

Commit 7cd4d33

Browse files
committed
'增加了日语支持'
1 parent 0063cba commit 7cd4d33

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ A beautiful vue component for image crop and upload. (vue图片剪裁上传组
1414
## 中文文档在后面
1515

1616
## Change log
17+
#### @2.2.3
18+
- Added the **Japanese** language pack (thanks @KangYoosam)
19+
1720
#### @2.2.2
1821
- Added the **German** language pack (thanks @attx)
1922

@@ -117,6 +120,7 @@ $ npm install vue-image-crop-upload
117120
| Turkish | tr | smhayhan |
118121
| spanish MX | es-MX | vickvasquez |
119122
| German | de | attx |
123+
| Japanese | ja | KangYoosam |
120124

121125
```js
122126
// example

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-image-crop-upload",
3-
"version": "2.2.2",
3+
"version": "2.2.3",
44
"description": "a vue plgin for image upload and crop(vue图片剪裁上传插件)",
55
"main": "upload-2.vue",
66
"scripts": {

0 commit comments

Comments
 (0)