Remove unnecessary word from Japanese locale (#2143)

master
Yamagishi Kazutoshi 7 years ago committed by Eugen
parent 70891a99a9
commit dca0ffa1a1
  1. 2
      app/assets/javascripts/components/locales/ja.jsx

@ -110,7 +110,7 @@ const ja = {
"report.target": "問題のユーザー",
"search.placeholder": "検索",
"search.status_by": "{name}からの投稿",
"search_results.total": "{count} {count, plural, one {result} other {results}} 件",
"search_results.total": "{count} 件",
"status.delete": "削除",
"status.favourite": "お気に入り",
"status.load_more": "もっと見る",

Loading…
Cancel
Save