chore: resolve WIP after merging internal/development
- .gitignore: keep api/uploads ignore and copyright_source_listing.pdf path - auth: keep COS avatar upload URL; delete prior COS object when applying preset - i18n: regenerate resources.ts (includes profile tapAwayToClose) - Avatar/COS tests and personal-info remain from prior local work Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -233,6 +233,7 @@ interface Resources {
|
||||
"savePartialBody": "Your nickname was saved, but profile fields below could not be saved. Check your connection and tap Save again.",
|
||||
"savePartialTitle": "Partially saved",
|
||||
"saving": "Saving…",
|
||||
"tapAwayToClose": "Tap outside to close",
|
||||
"title": "Personal info"
|
||||
},
|
||||
"signOut": "Sign Out",
|
||||
|
||||
@@ -37,6 +37,7 @@
|
||||
"avatarPresetFailed": "Could not set preset avatar",
|
||||
"avatarUploadFailed": "Could not upload avatar",
|
||||
"cancel": "Cancel",
|
||||
"tapAwayToClose": "Tap outside to close",
|
||||
"birthPlacePlaceholder": "Birthplace",
|
||||
"birthYearPlaceholder": "Birth year",
|
||||
"changeAvatar": "Change photo",
|
||||
|
||||
@@ -37,6 +37,7 @@
|
||||
"avatarPresetFailed": "设置预设头像失败",
|
||||
"avatarUploadFailed": "上传头像失败",
|
||||
"cancel": "取消",
|
||||
"tapAwayToClose": "点击空白处关闭",
|
||||
"birthPlacePlaceholder": "出生地",
|
||||
"birthYearPlaceholder": "出生年份",
|
||||
"changeAvatar": "更换头像",
|
||||
|
||||
Reference in New Issue
Block a user