From e2058c8ecc2945e9ad0afe2a41ad693f325c8201 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Tue, 10 Feb 2026 15:37:48 +0000 Subject: [PATCH] Update starter pack message to clarify users joined Bluesky (#9849) --- CLAUDE.md | 8 +++++--- src/screens/StarterPack/StarterPackScreen.tsx | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index ea77e350d3..5b0369e6c8 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -29,8 +29,9 @@ yarn lint # Run ESLint yarn typecheck # Run TypeScript type checking # Internationalization -yarn intl:extract # Extract translation strings (you don't typically need to run this manually, we have CI for it) -yarn intl:compile # Compile translations for runtime +# DO NOT run these commands - extraction and compilation are handled by CI +yarn intl:extract # Extract translation strings (nightly CI job) +yarn intl:compile # Compile translations for runtime (nightly CI job) # Build yarn build-web # Build web version @@ -299,8 +300,9 @@ function MyComponent() { **Commands:** ```bash +# DO NOT run these commands - extraction and compilation are handled by a nightly CI job yarn intl:extract # Extract new strings to locale files -yarn intl:compile # Compile for runtime (required after changes) +yarn intl:compile # Compile translations for runtime ``` ## State Management diff --git a/src/screens/StarterPack/StarterPackScreen.tsx b/src/screens/StarterPack/StarterPackScreen.tsx index 4e4dd1a372..e4fbc81891 100644 --- a/src/screens/StarterPack/StarterPackScreen.tsx +++ b/src/screens/StarterPack/StarterPackScreen.tsx @@ -501,7 +501,7 @@ function Header({ value={starterPack.joinedAllTimeCount || 0} other="# people have" />{' '} - used this starter pack! + joined Bluesky via this starter pack!