feat(home): 팔로잉 탭 문자열을 추가한다

This commit is contained in:
2026-06-25 22:21:58 +09:00
parent a088811b2f
commit 2d9200ec4d
3 changed files with 27 additions and 0 deletions

View File

@@ -305,6 +305,15 @@
<string name="home_recommendation_section_genre_creator_suffix">\u0020크리에이터</string>
<string name="home_recommendation_section_cheer_creators">최근 응원이 많은 크리에이터</string>
<string name="home_recommendation_section_popular_community_posts">인기 커뮤니티</string>
<string name="screen_home_following_creators_title">팔로잉 크리에이터</string>
<string name="screen_home_following_on_air_title">On Air</string>
<string name="screen_home_following_recent_chats_title">최근 대화</string>
<string name="screen_home_following_monthly_schedules_title">이달의 스케줄</string>
<string name="screen_home_following_recent_news_title">최근 소식</string>
<string name="screen_home_following_on_air">On Air</string>
<string name="screen_home_following_photo_content">화보</string>
<string name="screen_home_following_empty">표시할 팔로잉 소식이 없습니다.</string>
<string name="screen_home_following_error">팔로잉 소식을 불러오지 못했습니다.</string>
<string name="home_recommendation_activity_live">라이브</string>
<string name="home_recommendation_activity_audio">오디오</string>
<string name="home_recommendation_activity_community">커뮤니티</string>