Skip to content

Commit 4448986

Browse files
authored
feat(picker): Add tr language pack to picker (#202)
1 parent 7c4d994 commit 4448986

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
/**
1919
* @private
2020
*/
21-
const PICKER_VERSION = '1.4.1';
21+
const PICKER_VERSION = '1.4.2';
2222

2323
/**
2424
* @private

src/lib/picker.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ export interface PickerOptions {
461461
*/
462462
imageMin?: [number, number];
463463
/**
464-
* Sets locale. Accepts: ca, da, de, en, es, fr, he, it, ja, ko, nl, no, pl, pt, sv, ru, vi, zh.
464+
* Sets locale. Accepts: ca, da, de, en, es, fr, he, it, ja, ko, nl, no, pl, pt, sv, ru, vi, zh, tr
465465
*/
466466
lang?: string;
467467
/**
@@ -586,6 +586,7 @@ export interface PickerOptions {
586586
uploadConfig?: UploadOptions;
587587
/**
588588
* Start uploading immediately on file selection. Defaults to `true`.
589+
* @important The feature is can be enabled only if crop is disabled - disableTransformer: true
589590
*/
590591
uploadInBackground?: boolean;
591592
/**

0 commit comments

Comments
 (0)