fix search text 'zero' (#2150)
This commit is contained in:
		
							parent
							
								
									15a4fc5dcc
								
							
						
					
					
						commit
						30183c0a74
					
				| @ -53,7 +53,7 @@ const SearchResults = React.createClass({ | |||||||
|     return ( |     return ( | ||||||
|       <div className='search-results'> |       <div className='search-results'> | ||||||
|         <div className='search-results__header'> |         <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> |         </div> | ||||||
| 
 | 
 | ||||||
|         {accounts} |         {accounts} | ||||||
|  | |||||||
| @ -100,7 +100,7 @@ const en = { | |||||||
|   "report.placeholder": "Additional comments", |   "report.placeholder": "Additional comments", | ||||||
|   "report.submit": "Submit", |   "report.submit": "Submit", | ||||||
|   "report.target": "Reporting", |   "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.placeholder": "Search", | ||||||
|   "search.status_by": "Status by {name}", |   "search.status_by": "Status by {name}", | ||||||
|   "status.delete": "Delete", |   "status.delete": "Delete", | ||||||
|  | |||||||
| @ -81,7 +81,7 @@ const fr = { | |||||||
|   "search.placeholder": "Rechercher", |   "search.placeholder": "Rechercher", | ||||||
|   "search.account": "Compte", |   "search.account": "Compte", | ||||||
|   "search.hashtag": "Mot-clé", |   "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}", |   "search.status_by": "Statuts de {name}", | ||||||
|   "upload_button.label": "Joindre un média", |   "upload_button.label": "Joindre un média", | ||||||
|   "upload_form.undo": "Annuler", |   "upload_form.undo": "Annuler", | ||||||
|  | |||||||
| @ -90,7 +90,7 @@ const hr = { | |||||||
|   "report.placeholder": "Dodatni komentari", |   "report.placeholder": "Dodatni komentari", | ||||||
|   "report.submit": "Pošalji", |   "report.submit": "Pošalji", | ||||||
|   "report.target": "Prijavljivanje", |   "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.placeholder": "Traži", | ||||||
|   "search.status_by": "Status od {name}", |   "search.status_by": "Status od {name}", | ||||||
|   "status.delete": "Obriši", |   "status.delete": "Obriši", | ||||||
|  | |||||||
| @ -110,7 +110,7 @@ const ja = { | |||||||
|   "report.target": "問題のユーザー", |   "report.target": "問題のユーザー", | ||||||
|   "search.placeholder": "検索", |   "search.placeholder": "検索", | ||||||
|   "search.status_by": "{name}からの投稿", |   "search.status_by": "{name}からの投稿", | ||||||
|   "search_results.total": "{count} 件", |   "search_results.total": "{count, number} 件", | ||||||
|   "status.delete": "削除", |   "status.delete": "削除", | ||||||
|   "status.favourite": "お気に入り", |   "status.favourite": "お気に入り", | ||||||
|   "status.load_more": "もっと見る", |   "status.load_more": "もっと見る", | ||||||
|  | |||||||
| @ -59,7 +59,7 @@ const nl = { | |||||||
|   "search.placeholder": "Zoeken", |   "search.placeholder": "Zoeken", | ||||||
|   "search.account": "Account", |   "search.account": "Account", | ||||||
|   "search.hashtag": "Hashtag", |   "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_button.label": "Media toevoegen", | ||||||
|   "upload_form.undo": "Ongedaan maken", |   "upload_form.undo": "Ongedaan maken", | ||||||
|   "notification.follow": "{name} volgt jou nu", |   "notification.follow": "{name} volgt jou nu", | ||||||
|  | |||||||
| @ -87,7 +87,7 @@ const no = { | |||||||
|   "report.placeholder": "Tilleggskommentarer", |   "report.placeholder": "Tilleggskommentarer", | ||||||
|   "report.submit": "Send inn", |   "report.submit": "Send inn", | ||||||
|   "report.target": "Rapporterer", |   "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.placeholder": "Søk", | ||||||
|   "search.status_by": "Status fra {name}", |   "search.status_by": "Status fra {name}", | ||||||
|   "status.delete": "Slett", |   "status.delete": "Slett", | ||||||
|  | |||||||
| @ -80,7 +80,7 @@ const oc = { | |||||||
|   "search.placeholder": "Recercar", |   "search.placeholder": "Recercar", | ||||||
|   "search.account": "Compte", |   "search.account": "Compte", | ||||||
|   "search.hashtag": "Mot-clau", |   "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}", |   "search.status_by": "Estatuts de {name}", | ||||||
|   "upload_button.label": "Apondre un mèdia", |   "upload_button.label": "Apondre un mèdia", | ||||||
|   "upload_form.undo": "Anullar", |   "upload_form.undo": "Anullar", | ||||||
|  | |||||||
| @ -90,7 +90,7 @@ const pt_br = { | |||||||
|   "report.placeholder": "Comentários adicionais", |   "report.placeholder": "Comentários adicionais", | ||||||
|   "report.submit": "Enviar", |   "report.submit": "Enviar", | ||||||
|   "report.target": "Denunciar", |   "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.placeholder": "Pesquisar", | ||||||
|   "search.status_by": "Post de {name}", |   "search.status_by": "Post de {name}", | ||||||
|   "status.delete": "Eliminar", |   "status.delete": "Eliminar", | ||||||
|  | |||||||
| @ -90,7 +90,7 @@ const pt = { | |||||||
|   "report.placeholder": "Comentários adicionais", |   "report.placeholder": "Comentários adicionais", | ||||||
|   "report.submit": "Enviar", |   "report.submit": "Enviar", | ||||||
|   "report.target": "Denunciar", |   "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.placeholder": "Pesquisar", | ||||||
|   "search.status_by": "Post de {name}", |   "search.status_by": "Post de {name}", | ||||||
|   "status.delete": "Eliminar", |   "status.delete": "Eliminar", | ||||||
|  | |||||||
| @ -92,7 +92,7 @@ const ru = { | |||||||
|   "report.target": "Жалуемся на", |   "report.target": "Жалуемся на", | ||||||
|   "search.placeholder": "Поиск", |   "search.placeholder": "Поиск", | ||||||
|   "search.status_by": "Статус от {name}", |   "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.delete": "Удалить", | ||||||
|   "status.favourite": "Нравится", |   "status.favourite": "Нравится", | ||||||
|   "status.load_more": "Показать еще", |   "status.load_more": "Показать еще", | ||||||
|  | |||||||
| @ -119,7 +119,7 @@ const zh_cn = { | |||||||
|   "report.placeholder": "额外消息", |   "report.placeholder": "额外消息", | ||||||
|   "report.submit": "提交", |   "report.submit": "提交", | ||||||
|   "report.target": "Reporting", |   "report.target": "Reporting", | ||||||
|   "search_results.total": "{count} 项结果", |   "search_results.total": "{count, number} 项结果", | ||||||
|   "search.account": "用户", |   "search.account": "用户", | ||||||
|   "search.hashtag": "标签", |   "search.hashtag": "标签", | ||||||
|   "search.placeholder": "搜索", |   "search.placeholder": "搜索", | ||||||
|  | |||||||
| @ -112,7 +112,7 @@ const zh_hk = { | |||||||
|   "report.placeholder": "額外訊息", |   "report.placeholder": "額外訊息", | ||||||
|   "report.submit": "提交", |   "report.submit": "提交", | ||||||
|   "report.target": "Reporting", |   "report.target": "Reporting", | ||||||
|   "search_results.total": "{count} 項結果", |   "search_results.total": "{count, number} 項結果", | ||||||
|   "search.account": "用戶", |   "search.account": "用戶", | ||||||
|   "search.hashtag": "標籤", |   "search.hashtag": "標籤", | ||||||
|   "search.placeholder": "搜尋", |   "search.placeholder": "搜尋", | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user