test(i18n): 팬레터 일본어 문구 기대값을 맞춘다

This commit is contained in:
2026-08-14 16:21:27 +09:00
parent 7a21b37d8f
commit 2452a84395
@@ -83,7 +83,7 @@ class CreatorChannelFanTalkFragmentLayoutTest {
) )
assertLocaleString("values/strings.xml", "아직 응원이 없습니다.\\n처음으로 크리에이터를 응원해 보세요!") assertLocaleString("values/strings.xml", "아직 응원이 없습니다.\\n처음으로 크리에이터를 응원해 보세요!")
assertLocaleString("values-en/strings.xml", "No cheers yet.\\nBe the first to cheer for the creator!") assertLocaleString("values-en/strings.xml", "No cheers yet.\\nBe the first to cheer for the creator!")
assertLocaleString("values-ja/strings.xml", "まだ応援がありません。\\n最初にクリエイターを応援してみましょう!") assertLocaleString("values-ja/strings.xml", "まだファンレターがありません。\\n最初のファンレターを送ってみましょう!")
} }
@Test @Test