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

@@ -306,6 +306,15 @@
<string name="home_recommendation_section_genre_creator_suffix">\u0020creators</string>
<string name="home_recommendation_section_cheer_creators">Creators with recent cheers</string>
<string name="home_recommendation_section_popular_community_posts">Popular community</string>
<string name="screen_home_following_creators_title">Following creators</string>
<string name="screen_home_following_on_air_title">On Air</string>
<string name="screen_home_following_recent_chats_title">Recent chats</string>
<string name="screen_home_following_monthly_schedules_title">Monthly schedule</string>
<string name="screen_home_following_recent_news_title">Recent news</string>
<string name="screen_home_following_on_air">On Air</string>
<string name="screen_home_following_photo_content">Photo</string>
<string name="screen_home_following_empty">No following news to show.</string>
<string name="screen_home_following_error">Could not load following news.</string>
<string name="home_recommendation_activity_live">Live</string>
<string name="home_recommendation_activity_audio">Audio</string>
<string name="home_recommendation_activity_community">Community</string>