Skip to content

CODAP-1123: make V2 build read-only for POEditor string management#2406

Merged
kswenson merged 2 commits intomasterfrom
CODAP-1123-update-v2-build
Feb 19, 2026
Merged

CODAP-1123: make V2 build read-only for POEditor string management#2406
kswenson merged 2 commits intomasterfrom
CODAP-1123-update-v2-build

Conversation

@kswenson
Copy link
Member

Summary

  • Makes the V2 build skill read-only for POEditor string management — V3 now owns all string pushes (both DG.* and V3.*)
  • Removes Arabic from the V2 translation pull list (Arabic translations are incomplete and were causing issues)

Part of CODAP-1123. Companion PR targets main for V3 changes.

Test plan

  • Verify V2 build skill documentation accurately reflects read-only string management
  • Verify Arabic is removed from the V2 strings-pull-project.sh LANGUAGES array

🤖 Generated with Claude Code

kswenson and others added 2 commits February 18, 2026 11:41
V3 build now owns all string pushes to POEditor (both DG.* and V3.*
keys). V2 build only pulls translations, never pushes.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Arabic translation was never completed, so exclude it from releases.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the CODAP v2 translation workflow to align with CODAP-1123 by making the v2 build guidance “pull-only” (no POEditor pushes) and by excluding Arabic from the v2 translation pull set.

Changes:

  • Remove Arabic (ar) from the V2 strings-pull-project.sh language list.
  • Update the CODAP v2 build skill documentation to describe POEditor string management as read-only for V2 (V3 owns pushes).
  • Simplify/renumber the translation-related steps in the v2 build skill to focus on pulling translations and propagating to plugins.

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.

File Description
bin/strings-pull-project.sh Drops ar from the language pull list used for per-language POEditor downloads.
.claude/skills/codap-v2-build/SKILL.md Updates build instructions to reflect “pull-only” translation management and removes prior push/ownership workflow details.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@kswenson kswenson added the v2 CODAP v2 label Feb 19, 2026
@kswenson kswenson requested review from bfinzer February 19, 2026 00:23
Copy link
Contributor

@bfinzer bfinzer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍🏻LGTM

@kswenson kswenson merged commit caec769 into master Feb 19, 2026
8 checks passed
@kswenson kswenson deleted the CODAP-1123-update-v2-build branch February 19, 2026 18:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

v2 CODAP v2

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants