Skip to content

Fix: Scan all module lang directories, not just langpacks (fixes #50)#51

Merged
taylortom merged 2 commits intomasterfrom
issue/50
Feb 24, 2026
Merged

Fix: Scan all module lang directories, not just langpacks (fixes #50)#51
taylortom merged 2 commits intomasterfrom
issue/50

Conversation

@taylortom
Copy link
Collaborator

Fix

  • Language check now scans all adapt-authoring-*/lang directories for translation strings, not just adapt-authoring-langpack-* modules. This fixes false positives for modules like adapt-authoring-multilang that ship their own lang files.

Testing

  1. Run npx at-langcheck in a project that includes adapt-authoring-multilang
  2. Verify that app.setuplanguagesinstruction, app.languages, app.languagestitle, and app.managelanguages are no longer reported as missing

🤖 Generated with Claude Code

taylortom and others added 2 commits February 22, 2026 23:06
npm recommends not committing lockfiles for library packages.
Added .npmrc with legacy-peer-deps=true to skip peer resolution
which causes OOM in npm. Removed peerDependenciesMeta as it is
redundant with legacy-peer-deps.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@taylortom taylortom merged commit b2513bf into master Feb 24, 2026
2 checks passed
@taylortom taylortom deleted the issue/50 branch February 24, 2026 16:30
github-actions bot pushed a commit that referenced this pull request Feb 24, 2026
## [1.2.1](v1.2.0...v1.2.1) (2026-02-24)

### Chore

* remove lockfile, switch CI to npm install ([f12aa19](f12aa19))

### Fix

* remove npm cache from setup-node CI action ([4cc0df8](4cc0df8))
* Scan all module lang directories, not just langpacks (fixes #50) (#51) ([b2513bf](b2513bf)), closes [#50](#50) [#51](#51)
* update dependency ranges for v2 peer packages ([e947de9](e947de9))
github-actions bot pushed a commit that referenced this pull request Feb 24, 2026
## [1.2.3](v1.2.2...v1.2.3) (2026-02-24)

### Chore

* add workflow_dispatch trigger to releases workflow ([afbad90](afbad90))

### Fix

* Scan all module lang directories, not just langpacks (fixes #50) (#51) ([b2513bf](b2513bf)), closes [#50](#50) [#51](#51)
@github-actions
Copy link

🎉 This PR is included in version 1.2.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant