summaryrefslogtreecommitdiffstats
path: root/res/values-ko
diff options
context:
space:
mode:
authorJin Cao <jinyan@google.com>2014-10-22 16:07:23 -0700
committerJin Cao <jinyan@google.com>2014-10-22 16:07:23 -0700
commit2d06b8561ccce78066ee45208cdeeed9ef7fd8ee (patch)
tree7c33c3e94cd641e1465ee238799b582eac9a9a4a /res/values-ko
parent0437e862005912a1e5bf054769f23ed9cc69f811 (diff)
downloadandroid_frameworks_opt_chips-2d06b8561ccce78066ee45208cdeeed9ef7fd8ee.tar.gz
android_frameworks_opt_chips-2d06b8561ccce78066ee45208cdeeed9ef7fd8ee.tar.bz2
android_frameworks_opt_chips-2d06b8561ccce78066ee45208cdeeed9ef7fd8ee.zip
Use $d instead of $s for number formatting
To ensure that the numbers are properly translated. b/18011726 Change-Id: Id01bd690ac87875b17cfa4222e00b764aef9fba1
Diffstat (limited to 'res/values-ko')
-rw-r--r--res/values-ko/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values-ko/strings.xml b/res/values-ko/strings.xml
index 7fcdaed..2b69419 100644
--- a/res/values-ko/strings.xml
+++ b/res/values-ko/strings.xml
@@ -16,7 +16,7 @@
<resources xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="more_string" msgid="8495478259330621990">"<xliff:g id="COUNT">%1$s</xliff:g>명 이상"</string>
+ <string name="more_string" msgid="8495478259330621990">"<xliff:g id="COUNT">%1$d</xliff:g>명 이상"</string>
<string name="copy_email" msgid="7869435992461603532">"이메일 주소 복사"</string>
<string name="copy_number" msgid="530057841276106843">"전화번호 복사"</string>
<string name="action_label" msgid="1318401633653605424">"Return"</string>