nextcloud / nextcloud/fulltextsearch

l10n: Singular or plural

Open
#630 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug starter issue
Dominant language
PHP
Stars
234
Forks
64
Avg merge
6h 18m
Merged PRs (30d)
10

Description

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

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Open js/fulltextsearch.v1.navigation.js at the referenced lines 82 and 84-85 and inspect the four search-result strings. Update the wording so the sentence starts with a capital letter and singular or plural result is used as specified. Done means both locations show the requested singular and plural text.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
localization
Issue type
Bug
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.