feat(profile): 크리에이터 상세정보를 노출한다

This commit is contained in:
2026-02-25 15:02:50 +09:00
parent c74d27f4ab
commit 5b83ae69dd
17 changed files with 601 additions and 3 deletions

View File

@@ -774,7 +774,14 @@
<string name="error_invalid_request">Invalid request.</string>
<string name="screen_user_profile_share_channel">Share channel</string>
<string name="screen_user_profile_follower_list">Follower list</string>
<string name="screen_user_profile_follower_count">Followers %1$s</string>
<string name="screen_user_profile_follower_count">Followers %1$s · Details &gt;</string>
<string name="screen_creator_detail_debut">Debut</string>
<string name="screen_creator_detail_debut_before">Before debut</string>
<string name="screen_creator_detail_live_count">Total live sessions</string>
<string name="screen_creator_detail_live_time">Cumulative live time</string>
<string name="screen_creator_detail_live_contributor_count">Cumulative live participants</string>
<string name="screen_creator_detail_content_count">Registered content count</string>
<string name="screen_creator_detail_sns">SNS</string>
<string name="screen_user_profile_latest_content_scheduled">Scheduled</string>
<string name="screen_user_profile_latest_content_point">Points</string>
<string name="screen_user_profile_live_title">Live</string>