Skip to content

Commit 0dfcf09

Browse files
committed
refactor: string resources에 argument order 숫자 적용
1 parent d6b82aa commit 0dfcf09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

presentation/src/main/res/values/strings.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
<string name="distance_km">%1$skm</string>
1616
<string name="location_address_search_text">장소, 주소 검색</string>
1717
<string name="mission_close_image_view_description">미션 종료 버튼입니다.</string>
18-
<string name="minute_and_second">%s:%s</string>
19-
<string name="number_format">%s%d</string>
18+
<string name="minute_and_second">%1$s:%2$s</string>
19+
<string name="number_format">%1$s%2$d</string>
2020
</resources>

0 commit comments

Comments
 (0)