Skip to content

Commit

Permalink
feat(picker): Add tr language pack to picker (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
pcholuj authored Feb 11, 2019
1 parent 7c4d994 commit 4448986
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
/**
* @private
*/
const PICKER_VERSION = '1.4.1';
const PICKER_VERSION = '1.4.2';

/**
* @private
Expand Down
3 changes: 2 additions & 1 deletion src/lib/picker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ export interface PickerOptions {
*/
imageMin?: [number, number];
/**
* Sets locale. Accepts: ca, da, de, en, es, fr, he, it, ja, ko, nl, no, pl, pt, sv, ru, vi, zh.
* Sets locale. Accepts: ca, da, de, en, es, fr, he, it, ja, ko, nl, no, pl, pt, sv, ru, vi, zh, tr
*/
lang?: string;
/**
Expand Down Expand Up @@ -586,6 +586,7 @@ export interface PickerOptions {
uploadConfig?: UploadOptions;
/**
* Start uploading immediately on file selection. Defaults to `true`.
* @important The feature is can be enabled only if crop is disabled - disableTransformer: true
*/
uploadInBackground?: boolean;
/**
Expand Down

0 comments on commit 4448986

Please sign in to comment.