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

edgehog-device-manager / edgehog / 19270220499
82%

Build:
DEFAULT BRANCH: main
Ran 11 Nov 2025 03:22PM UTC
Jobs 1
Files 0
Run time 1min
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 Nov 2025 03:20PM UTC coverage: 0.0% (-77.0%) from 77.027%
19270220499

push

github

web-flow
chore: Add package scripts and CI workflow for translation consistency (#1043)

The Elixir script was not being used and JavaScript is a better fit for
this use case:

- Frontend developers don't need to install and use Elixir
- JavaScript has native and better support for working with JSON files
- The JavaScript ecosystem has libraries for working with i18n files
- Can be integrated into frontend workflows and CI pipelines more easily

The new script provides the same functionality with two modes:
--check flag: Validates that every translation file in a specified
directory has the same key ordering and line count as the reference
file `en.json`. It stops at the first error encountered, reporting the
exact file line number and a concise error message.

--reorder flag: Reorders translation files based on the key order
of `en.json`. It ensures missing keys are added (with corresponding
`defaultMessage` and `description`), updates keys with missing
descriptions, and removes any extra keys not present in `en.json`.

Usage:
  node langs_updater.js --check [directory]
  node langs_updater.js --reorder [directory]

Signed-off-by: Omar <omar.brbutovic@secomind.com>

0 of 0 relevant lines covered (NaN%)

0.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 19270220499.1 11 Nov 2025 03:22PM UTC 0
0.0
GitHub Action Run
Source Files on build 19270220499
Detailed source file information is not available for this build.
  • Back to Repo
  • 3eb8cdfc on github
  • Prev Build on main (#3D3C8D9D...)
  • Next Build on main (#3D3C8D9D...)
  • 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