We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0063cba commit 7cd4d33Copy full SHA for 7cd4d33
README.md
@@ -14,6 +14,9 @@ A beautiful vue component for image crop and upload. (vue图片剪裁上传组
14
## 中文文档在后面
15
16
## Change log
17
+#### @2.2.3
18
+- Added the **Japanese** language pack (thanks @KangYoosam)
19
+
20
#### @2.2.2
21
- Added the **German** language pack (thanks @attx)
22
@@ -117,6 +120,7 @@ $ npm install vue-image-crop-upload
117
120
| Turkish | tr | smhayhan |
118
121
| spanish MX | es-MX | vickvasquez |
119
122
| German | de | attx |
123
+| Japanese | ja | KangYoosam |
124
125
```js
126
// example
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vue-image-crop-upload",
3
- "version": "2.2.2",
+ "version": "2.2.3",
4
"description": "a vue plgin for image upload and crop(vue图片剪裁上传插件)",
5
"main": "upload-2.vue",
6
"scripts": {
0 commit comments