nextcloud / nextcloud/docker-ci
Translation ignore list behaves unexpected
Open
Nobody has claimed this yet.
bug
transifex
- Dominant language
- Perl
- Stars
- 45
- Forks
- 37
- Avg merge
- 3d 1h
- Merged PRs (30d)
- 8
Description
- All ignore lists work with
*but the.l10nignorehttps://github.com/nextcloud/activity/pull/888 - Even worse: it is a bit random which exclude list is being used. Since the ignore list is decided in the header https://github.com/nextcloud/docker-ci/blob/master/translations/translationtool/src/translationtool.php#L34-L56 before any branch is checked out, the exclude list for all branches is the same instead the one of the branch. https://github.com/nextcloud/activity/pull/888
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with translationtool/src/translationtool.php, especially lines 34-56, where the ignore list is decided before a branch is checked out. Compare the behavior described in activity pull request 888, including wildcard handling and branch-specific exclude lists. Done means each branch uses its own ignore list and .l10nignore handles * consistently.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- ci-cd, internationalization
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100