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

spesmilo / electrum / 6735030904422400 / 1
60%
master: 63%

Build:
Build:
LAST BUILD BRANCH: 202601_lnworker_is_preimage_public
DEFAULT BRANCH: master
Ran 11 Apr 2025 06:27PM UTC
Files 86
Run time 2s
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

11 Apr 2025 06:19PM UTC coverage: 60.246% (-0.008%) from 60.254%
6735030904422400.1

Pull #9726

CirrusCI

SomberNight
contrib: push_locale.py: fix relative paths in messages_qml.pot

The Qt lupdate tool that extracts translatable strings from .qml files
writes paths relative to its output .ts file into the .ts file.
These paths are then retained as-is when converted to .pot format.

The last few commits moved around the working directory of the lupdate tool
(from electrum/locale to electrum/locale/build), which resulted in a change
of all relative paths in the final messages.pot we upload to crowdin.

E.g. from:
```
#: ../gui/qml/components/Addresses.qml:64
```
to:
```
#: ../../gui/qml/components/Addresses.qml:64
```

I think a change like this does not invalidate the translations. Still, it is annoying.

This commit adds an extra processing step to "fix" these strings to:
```
#: electrum/gui/qml/components/Addresses.qml:64
```
Pull Request #9726: mv git submodule electrum-locale from contrib to electrum/locale

21550 of 35770 relevant lines covered (60.25%)

0.6 hits per line

Source Files on job 6735030904422400.1
  • Tree
  • List 86
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 6735030904422400
  • 6dd352c1 on github
  • Prev Job for on 202504_locale (#6132335323643904.4)
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