Skip to content

Commit

Permalink
fix search text 'zero' (mastodon#2150)
Browse files Browse the repository at this point in the history
  • Loading branch information
matsurai25 authored and Gargron committed Apr 19, 2017
1 parent 15a4fc5 commit 30183c0
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const SearchResults = React.createClass({
return (
<div className='search-results'>
<div className='search-results__header'>
<FormattedMessage id='search_results.total' defaultMessage='{count} {count, plural, one {result} other {results}}' values={{ count }} />
<FormattedMessage id='search_results.total' defaultMessage='{count, number} {count, plural, one {result} other {results}}' values={{ count }} />
</div>

{accounts}
Expand Down
2 changes: 1 addition & 1 deletion app/assets/javascripts/components/locales/en.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ const en = {
"report.placeholder": "Additional comments",
"report.submit": "Submit",
"report.target": "Reporting",
"search_results.total": "{count} {count, plural, one {result} other {results}}",
"search_results.total": "{count, number} {count, plural, one {result} other {results}}",
"search.placeholder": "Search",
"search.status_by": "Status by {name}",
"status.delete": "Delete",
Expand Down
2 changes: 1 addition & 1 deletion app/assets/javascripts/components/locales/fr.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ const fr = {
"search.placeholder": "Rechercher",
"search.account": "Compte",
"search.hashtag": "Mot-clé",
"search_results.total": "{count} {count, plural, one {résultat} other {résultats}}",
"search_results.total": "{count, number} {count, plural, one {résultat} other {résultats}}",
"search.status_by": "Statuts de {name}",
"upload_button.label": "Joindre un média",
"upload_form.undo": "Annuler",
Expand Down
2 changes: 1 addition & 1 deletion app/assets/javascripts/components/locales/hr.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ const hr = {
"report.placeholder": "Dodatni komentari",
"report.submit": "Pošalji",
"report.target": "Prijavljivanje",
"search_results.total": "{count} {count, plural, one {result} other {results}}",
"search_results.total": "{count, number} {count, plural, one {result} other {results}}",
"search.placeholder": "Traži",
"search.status_by": "Status od {name}",
"status.delete": "Obriši",
Expand Down
2 changes: 1 addition & 1 deletion app/assets/javascripts/components/locales/ja.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ const ja = {
"report.target": "問題のユーザー",
"search.placeholder": "検索",
"search.status_by": "{name}からの投稿",
"search_results.total": "{count} 件",
"search_results.total": "{count, number} 件",
"status.delete": "削除",
"status.favourite": "お気に入り",
"status.load_more": "もっと見る",
Expand Down
2 changes: 1 addition & 1 deletion app/assets/javascripts/components/locales/nl.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const nl = {
"search.placeholder": "Zoeken",
"search.account": "Account",
"search.hashtag": "Hashtag",
"search_results.total": "{count} {count, plural, one {resultaat} other {resultaten}}",
"search_results.total": "{count, number} {count, plural, one {resultaat} other {resultaten}}",
"upload_button.label": "Media toevoegen",
"upload_form.undo": "Ongedaan maken",
"notification.follow": "{name} volgt jou nu",
Expand Down
2 changes: 1 addition & 1 deletion app/assets/javascripts/components/locales/no.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ const no = {
"report.placeholder": "Tilleggskommentarer",
"report.submit": "Send inn",
"report.target": "Rapporterer",
"search_results.total": "{count} {count, plural, one {resultat} other {resultater}}",
"search_results.total": "{count, number} {count, plural, one {resultat} other {resultater}}",
"search.placeholder": "Søk",
"search.status_by": "Status fra {name}",
"status.delete": "Slett",
Expand Down
2 changes: 1 addition & 1 deletion app/assets/javascripts/components/locales/oc.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const oc = {
"search.placeholder": "Recercar",
"search.account": "Compte",
"search.hashtag": "Mot-clau",
"search_results.total": "{count} {count, plural, one {resultat} other {resultats}}",
"search_results.total": "{count, number} {count, plural, one {resultat} other {resultats}}",
"search.status_by": "Estatuts de {name}",
"upload_button.label": "Apondre un mèdia",
"upload_form.undo": "Anullar",
Expand Down
2 changes: 1 addition & 1 deletion app/assets/javascripts/components/locales/pt-br.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ const pt_br = {
"report.placeholder": "Comentários adicionais",
"report.submit": "Enviar",
"report.target": "Denunciar",
"search_results.total": "{count} {count, plural, one {resultado} other {resultados}}",
"search_results.total": "{count, number} {count, plural, one {resultado} other {resultados}}",
"search.placeholder": "Pesquisar",
"search.status_by": "Post de {name}",
"status.delete": "Eliminar",
Expand Down
2 changes: 1 addition & 1 deletion app/assets/javascripts/components/locales/pt.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ const pt = {
"report.placeholder": "Comentários adicionais",
"report.submit": "Enviar",
"report.target": "Denunciar",
"search_results.total": "{count} {count, plural, one {resultado} other {resultados}}",
"search_results.total": "{count, number} {count, plural, one {resultado} other {resultados}}",
"search.placeholder": "Pesquisar",
"search.status_by": "Post de {name}",
"status.delete": "Eliminar",
Expand Down
2 changes: 1 addition & 1 deletion app/assets/javascripts/components/locales/ru.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ const ru = {
"report.target": "Жалуемся на",
"search.placeholder": "Поиск",
"search.status_by": "Статус от {name}",
"search_results.total": "{count} {count, plural, one {result} other {results}}",
"search_results.total": "{count, number} {count, plural, one {result} other {results}}",
"status.delete": "Удалить",
"status.favourite": "Нравится",
"status.load_more": "Показать еще",
Expand Down
2 changes: 1 addition & 1 deletion app/assets/javascripts/components/locales/zh-cn.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ const zh_cn = {
"report.placeholder": "额外消息",
"report.submit": "提交",
"report.target": "Reporting",
"search_results.total": "{count} 项结果",
"search_results.total": "{count, number} 项结果",
"search.account": "用户",
"search.hashtag": "标签",
"search.placeholder": "搜索",
Expand Down
2 changes: 1 addition & 1 deletion app/assets/javascripts/components/locales/zh-hk.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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": "搜尋",
Expand Down

0 comments on commit 30183c0

Please sign in to comment.