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 25fe162 commit f0d8b39Copy full SHA for f0d8b39
presentation/src/main/res/values/strings.xml
@@ -31,6 +31,6 @@
31
<string name="minus">-</string>
32
<string name="plus">+</string>
33
<string name="mission_close_image_view_description">미션 종료 버튼입니다.</string>
34
- <string name="minute_and_second">%s:%s</string>
35
- <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>
36
</resources>
0 commit comments