@club-employes/utopia 4.302.0 → 4.303.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Traduction française pour tui-image-editor
3
+ * Passer dans les options : includeUI.locale = tuiImageEditorLocaleFr
4
+ */
5
+ export declare const tuiImageEditorLocaleFr: Record<string, string>;
@@ -13,6 +13,7 @@ export interface ImageEditorIncludeUI {
13
13
  initMenu?: ImageEditorMenuType;
14
14
  uiSize?: ImageEditorUISize;
15
15
  menuBarPosition?: ImageEditorMenuBarPosition;
16
+ locale?: Record<string, string>;
16
17
  }
17
18
  export type ImageEditorSelectionStyle = Record<string, unknown>;
18
19
  export type ImageEditorFreeDrawing = Record<string, unknown>;
@@ -72,5 +72,8 @@ export interface EditorLabels {
72
72
  imageModalTitle: string;
73
73
  errorImageTooLarge: string;
74
74
  errorVideoTooLarge: string;
75
+ imageEditorTitle: string;
76
+ imageEditorCancel: string;
77
+ imageEditorSave: string;
75
78
  }
76
79
  export declare const defaultEditorLabels: EditorLabels;