Crop image

This commit is contained in:
2024-08-01 23:44:07 +08:00
parent b2a6ca7244
commit 5b9c92e4d3
6 changed files with 74 additions and 18 deletions

View File

@ -326,4 +326,5 @@ const i18nEnglish = {
'themeColorLuka': 'Luka Pink',
'themeColorApplied': 'Global theme color has been applied.',
'attachmentSaved': 'Attachment saved to your system album.',
'cropImage': 'Crop Image',
};

View File

@ -303,4 +303,5 @@ const i18nSimplifiedChinese = {
'themeColorLuka': '流音粉',
'themeColorApplied': '全局主题颜色已应用',
'attachmentSaved': '附件已保存到系统相册',
'cropImage': '裁剪图片',
};