fulltextsearch icon indicating copy to clipboard operation
fulltextsearch copied to clipboard

l10n: Singular or plural

Open Valdnet opened this issue 4 years ago • 0 comments

Change the following text strings to change the word "result" to singular and plural. The sentence should also start with a capital letter.

https://github.com/nextcloud/fulltextsearch/blob/43887d80a5bbbe95ea15449d467ac0c4f8cb001e/js/fulltextsearch.v1.navigation.js#L82

  • The search returned {total} result in {time} ms
  • The search returned {total} results in {time} ms

https://github.com/nextcloud/fulltextsearch/blob/43887d80a5bbbe95ea15449d467ac0c4f8cb001e/js/fulltextsearch.v1.navigation.js#L84-L85

  • The search returned {total} result in {time} ms
  • The search returned {total} results in {time} ms

Valdnet avatar May 11 '21 07:05 Valdnet