nextcloud / nextcloud/server

l10n: [user_ldap] Extract "%" from text string

Open Beginner friendly
#26,345 10 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

1. to develop enhancement feature: language/translations (l10n/i18n) feature: ldap good first issue papercut
Dominant language
PHP
Stars
36.9k
Forks
5.2k
Avg merge
2d 3h
Merged PRs (30d)
713

Description

Extract "%" from the text string. This will make the string translation easier and avoid translation errors.

https://github.com/nextcloud/server/blob/aec9c8437a3de5d69451ae303ac5334b412f76d8/apps/user_ldap/templates/part.wizard-server.php#L10

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 apps/user_ldap/templates/part.wizard-server.php at the linked line and inspect how the text string contains "%". Extract the symbol from the translatable string so translators do not need to handle it, then verify the resulting text still renders correctly in the user_ldap wizard.

Written by the indexing model from the issue text.

Assessment

Tech stack
php
Domain
localization
Issue type
Refactor
Difficulty
1/5
Estimated time
Under an hour
Activity status
Active
Clarity
Clearly specified
Newbie friendliness
85/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.