• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

agama-project / agama / 19856163296 / 3 – web
73%
master: 73%

Build:
DEFAULT BRANCH: master
Ran 02 Dec 2025 10:59AM UTC
Files 584
Run time 21s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

02 Dec 2025 10:56AM UTC coverage: 68.408%. Remained the same
web – 19856163296.3

push

github

web-flow
Remove spaces and indentation from translations (#2924)

## Problem

- Some translatable texts in Agama contain indentation spaces, like
[here](https://github.com/agama-project/agama/blob/87a04f176/web/src/components/storage/EncryptionSection.tsx#L50-L51).

Example:

```js
{
  {
    {
      const message = _("Some very long message \
        which spans across multiple lines.");
    }
  }
}
```

The problem is that the indentation on the second line is actually
included in the message text. The HTML collapses multiple spaces to a
single space when rendered in a browser so in the end it is not a
visible problem for users. But it still might be confusing for the
translators.

- See related
https://github.com/agama-project/eslint-plugin-agama-i18n/pull/7

## Solution

- Enable eslint check
- Fix the reported problems

## TODO

- [ ] Manually fix the translations in Weblate using `sed` to avoid
invalidating the existing translations.

2696 of 4729 branches covered (57.01%)

Branch coverage included in aggregate %.

12156 of 16982 relevant lines covered (71.58%)

71.53 hits per line

Source Files on job web - 19856163296.3
  • Tree
  • List 584
  • Changed 5
  • Source Changed 5
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 19856163296
  • 6286f708 on github
  • Prev Job for on master (#19641321957.3)
  • Next Job for on master (#20099656638.3)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc