about summary refs log tree commit diff
path: root/app/assets/javascripts/components/locales/zh-hk.jsx
diff options
context:
space:
mode:
authormatsurai25 <souta.m825@gmail.com>2017-04-19 23:40:24 +0900
committerEugen <eugen@zeonfederated.com>2017-04-19 16:40:24 +0200
commit30183c0a7468278b51384945ba0a885d8eb0bbfd (patch)
treeff94c586b53fee222c2555729be343741a184fa6 /app/assets/javascripts/components/locales/zh-hk.jsx
parent15a4fc5dcc8e7a6b51ba5c33e921f0e9b70a0c6e (diff)
fix search text 'zero' (#2150)
Diffstat (limited to 'app/assets/javascripts/components/locales/zh-hk.jsx')
-rw-r--r--app/assets/javascripts/components/locales/zh-hk.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/components/locales/zh-hk.jsx b/app/assets/javascripts/components/locales/zh-hk.jsx
index 676be3dbc..3130879fa 100644
--- a/app/assets/javascripts/components/locales/zh-hk.jsx
+++ b/app/assets/javascripts/components/locales/zh-hk.jsx
@@ -112,7 +112,7 @@ const zh_hk = {
   "report.placeholder": "額外訊息",
   "report.submit": "提交",
   "report.target": "Reporting",
-  "search_results.total": "{count} 項結果",
+  "search_results.total": "{count, number} 項結果",
   "search.account": "用戶",
   "search.hashtag": "標籤",
   "search.placeholder": "搜尋",