We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6b82aa commit 0dfcf09Copy full SHA for 0dfcf09
presentation/src/main/res/values/strings.xml
@@ -15,6 +15,6 @@
15
<string name="distance_km">%1$skm</string>
16
<string name="location_address_search_text">장소, 주소 검색</string>
17
<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>
+ <string name="minute_and_second">%1$s:%2$s</string>
+ <string name="number_format">%1$s%2$d</string>
20
</resources>
0 commit comments