fix(live): 종료 라이브 상대시간을 로컬 기준으로 국제화한다

This commit is contained in:
2026-03-05 11:24:01 +09:00
parent 2e700d4385
commit d83c4b12ec
6 changed files with 123 additions and 2 deletions

View File

@@ -272,6 +272,10 @@
<string name="character_comment_time_days">%1$d d ago</string>
<string name="character_comment_time_months">%1$d mo ago</string>
<string name="character_comment_time_years">%1$d y ago</string>
<string name="latest_finished_live_time_just_now">Just now</string>
<string name="latest_finished_live_time_minutes">%1$d min ago</string>
<string name="latest_finished_live_time_hours">%1$d h ago</string>
<string name="latest_finished_live_time_days">%1$d d ago</string>
<string name="character_comment_error_empty">Enter the details.</string>
<string name="character_comment_error_report_reason">Enter the reason for reporting.</string>
<string name="character_comment_report_submitted">Your report has been submitted.</string>