forked from mirrors/misskey
refactor(frontend): refactor uploader image editing features and menu
Replaces separate 'effect' and 'crop' features with a unified 'imageEditing' feature in the uploader. Groups crop and effect actions under a new parent 'editImage' menu item, adds localization for 'editImage', and updates supported types accordingly.
This commit is contained in:
4
locales/index.d.ts
vendored
4
locales/index.d.ts
vendored
@@ -11991,6 +11991,10 @@ export interface Locale extends ILocale {
|
||||
};
|
||||
};
|
||||
"_uploader": {
|
||||
/**
|
||||
* 画像の編集
|
||||
*/
|
||||
"editImage": string;
|
||||
/**
|
||||
* {x}に圧縮
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user