Skip to content

chore(rebrand): phase 5-6 — i18n values, translation glossary and placeholder assets#147

Merged
qnbs merged 4 commits into
mainfrom
rebrand/phase-5-6-i18n-assets
Jun 16, 2026
Merged

chore(rebrand): phase 5-6 — i18n values, translation glossary and placeholder assets#147
qnbs merged 4 commits into
mainfrom
rebrand/phase-5-6-i18n-assets

Conversation

@qnbs

@qnbs qnbs commented Jun 15, 2026

Copy link
Copy Markdown
Owner

User description

Summary

Part of the StoryCraft → WorldScript rebrand split. This PR updates i18n values across all 11 locales and refreshes placeholder assets.

Changes

  • Replaces StoryCraft product name references in all locale JSON modules with WorldScript.
  • Updates translation glossary and help locale fixtures.
  • Refreshes placeholder icons and static assets for the new brand.
  • Rebuilds public locale bundles.

Notes

  • i18n key structure remains unchanged; only values are updated.
  • macOS icon.icns is still a placeholder and will be replaced in a follow-up.

Related


CodeAnt-AI Description

Finish the WorldScript rebrand in voice, help, and app text

What Changed

  • Updates the default wake phrase to “Hey WorldScript,” so it matches what users see in voice settings and help text
  • Changes the feature-flag storage key to worldscript-feature-flags, matching the reset instructions shown in help
  • Replaces remaining StoryCraft names with WorldScript across app screens, help pages, install prompts, and locale text in supported languages
  • Refreshes tests and fixtures so they match the new wake phrase and storage key

Impact

✅ Voice activation matches the on-screen prompt
✅ Correct feature-flag reset instructions
✅ Consistent branding across the app

💡 Usage Guide

Checking Your Pull Request

Every time you make a pull request, our system automatically looks through it. We check for security issues, mistakes in how you're setting up your infrastructure, and common code problems. We do this to make sure your changes are solid and won't cause any trouble later.

Talking to CodeAnt AI

Got a question or need a hand with something in your pull request? You can easily get in touch with CodeAnt AI right here. Just type the following in a comment on your pull request, and replace "Your question here" with whatever you want to ask:

@codeant-ai ask: Your question here

This lets you have a chat with CodeAnt AI about your pull request, making it easier to understand and improve your code.

Example

@codeant-ai ask: Can you suggest a safer alternative to storing this secret?

Preserve Org Learnings with CodeAnt

You can record team preferences so CodeAnt AI applies them in future reviews. Reply directly to the specific CodeAnt AI suggestion (in the same thread) and replace "Your feedback here" with your input:

@codeant-ai: Your feedback here

This helps CodeAnt AI learn and adapt to your team's coding style and standards.

Example

@codeant-ai: Do not flag unused imports.

Retrigger review

Ask CodeAnt AI to review the PR again, by typing:

@codeant-ai: review

Check Your Repository Health

To analyze the health of your code repository, visit our dashboard at https://app.codeant.ai. This tool helps you identify potential issues and areas for improvement in your codebase, ensuring your repository maintains high standards of code health.

@codeant-ai

codeant-ai Bot commented Jun 15, 2026

Copy link
Copy Markdown

CodeAnt AI is reviewing your PR.


Thanks for using CodeAnt! 🎉

We're free for open-source projects. if you're enjoying it, help us grow by sharing.

Share on X ·
Reddit ·
LinkedIn

@vercel

vercel Bot commented Jun 15, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
storycraft-studio Ready Ready Preview, Comment Jun 16, 2026 5:22am

@codeant-ai codeant-ai Bot added the size:XXL This PR changes 1000+ lines, ignoring generated files label Jun 15, 2026
Comment thread locales/de/settings.json
Comment thread public/locales/el/bundle.json
@codeant-ai

codeant-ai Bot commented Jun 15, 2026

Copy link
Copy Markdown

CodeAnt AI finished reviewing your PR.

@qnbs

qnbs commented Jun 15, 2026

Copy link
Copy Markdown
Owner Author

@CodeAnt-AI review

@codeant-ai

codeant-ai Bot commented Jun 15, 2026

Copy link
Copy Markdown

CodeAnt AI is running the review.


Thanks for using CodeAnt! 🎉

We're free for open-source projects. if you're enjoying it, help us grow by sharing.

Share on X ·
Reddit ·
LinkedIn

@qnbs

qnbs commented Jun 15, 2026

Copy link
Copy Markdown
Owner Author

@CodeAnt-AI review

@codeant-ai

codeant-ai Bot commented Jun 15, 2026

Copy link
Copy Markdown

Thanks for using CodeAnt! 🎉

We're free for open-source projects. if you're enjoying it, help us grow by sharing.

Share on X ·
Reddit ·
LinkedIn

@codeant-ai codeant-ai Bot added size:XXL This PR changes 1000+ lines, ignoring generated files and removed size:XXL This PR changes 1000+ lines, ignoring generated files labels Jun 15, 2026
@codeant-ai

codeant-ai Bot commented Jun 15, 2026

Copy link
Copy Markdown

Sequence Diagram

This PR updates locale bundles and help content so that all user-facing text, including PWA install prompts, settings, and docs, now uses the WorldScript Studio name while keeping keys and behavior unchanged.

sequenceDiagram
    participant User
    participant WebApp
    participant LocaleStore

    User->>WebApp: Open app or help section
    WebApp->>LocaleStore: Load localized UI and help strings
    LocaleStore-->>WebApp: Strings with WorldScript Studio branding
    WebApp-->>User: Render screens, tours, and settings with new name
Loading

Generated by CodeAnt AI

Comment thread public/locales/el/bundle.json
qnbs added a commit that referenced this pull request Jun 15, 2026
The help docs in this PR reference the localStorage key `worldscript-feature-flags`,
but the runtime FEATURE_FLAGS_STORAGE_KEY was still `storycraft-feature-flags`, so
the documented reset key was wrong. Rename the runtime key to `worldscript-feature-flags`
and update the E2E feature-flag seeding helpers (tests/e2e/helpers.ts,
lora-wizard.spec.ts) in lockstep. Pre-release (no users) so no migration needed.
PR #144 further refactors this key into services/featureFlagsStorage.ts using the
same value.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@codeant-ai

codeant-ai Bot commented Jun 15, 2026

Copy link
Copy Markdown

Thanks for using CodeAnt! 🎉

We're free for open-source projects. if you're enjoying it, help us grow by sharing.

Share on X ·
Reddit ·
LinkedIn

@qnbs

qnbs commented Jun 15, 2026

Copy link
Copy Markdown
Owner Author

@CodeAnt-AI review

@codeant-ai

codeant-ai Bot commented Jun 15, 2026

Copy link
Copy Markdown

Thanks for using CodeAnt! 🎉

We're free for open-source projects. if you're enjoying it, help us grow by sharing.

Share on X ·
Reddit ·
LinkedIn

@codeant-ai codeant-ai Bot added size:XXL This PR changes 1000+ lines, ignoring generated files and removed size:XXL This PR changes 1000+ lines, ignoring generated files labels Jun 15, 2026
@codeant-ai

codeant-ai Bot commented Jun 15, 2026

Copy link
Copy Markdown

Sequence Diagram

This PR aligns the feature flag localStorage key with the help docs and E2E tests by renaming it to worldscript-feature-flags. The diagram shows how tests seed this key, how the app loads it into Redux feature flags, and how updates are persisted back to storage.

sequenceDiagram
    participant Test
    participant Browser
    participant FeatureFlags
    participant Storage

    Test->>Browser: addInitScript sets worldscript-feature-flags overrides
    Browser->>FeatureFlags: Initialize feature flags on app load
    FeatureFlags->>Storage: Read worldscript-feature-flags
    Storage-->>FeatureFlags: Return stored flag overrides
    FeatureFlags->>Browser: Merge overrides with default flags
    Browser->>FeatureFlags: User toggles a feature flag
    FeatureFlags->>Storage: Save updated worldscript-feature-flags
Loading

Generated by CodeAnt AI

Comment thread features/featureFlags/featureFlagsSlice.ts
Comment thread locales/en/settings.json
Comment thread locales/en/settings.json
qnbs added a commit that referenced this pull request Jun 15, 2026
The voice UI copy was rebranded to "Hey WorldScript" across all locales, but the
runtime default wakeWordPhrase stayed "Hey StoryCraft" in settingsSlice,
voiceCommandService and the EnergyThresholdWakeWordEngine, so following the
on-screen instruction would never trigger activation. Rename the default phrase
to "Hey WorldScript" (engine, both settings defaults, service default, types
doc) and update the wake-word + settings-fixture tests in lockstep.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@codeant-ai

codeant-ai Bot commented Jun 15, 2026

Copy link
Copy Markdown

Thanks for using CodeAnt! 🎉

We're free for open-source projects. if you're enjoying it, help us grow by sharing.

Share on X ·
Reddit ·
LinkedIn

@qnbs

qnbs commented Jun 15, 2026

Copy link
Copy Markdown
Owner Author

@CodeAnt-AI review

@codeant-ai

codeant-ai Bot commented Jun 15, 2026

Copy link
Copy Markdown

Thanks for using CodeAnt! 🎉

We're free for open-source projects. if you're enjoying it, help us grow by sharing.

Share on X ·
Reddit ·
LinkedIn

@codeant-ai codeant-ai Bot removed the size:XXL This PR changes 1000+ lines, ignoring generated files label Jun 15, 2026
@codeant-ai codeant-ai Bot added the size:XXL This PR changes 1000+ lines, ignoring generated files label Jun 15, 2026
@codeant-ai

codeant-ai Bot commented Jun 15, 2026

Copy link
Copy Markdown

Sequence Diagram

This PR aligns the default wake-word phrase and feature-flag storage so that voice activation responds to "Hey WorldScript" and feature-flag resets target the documented localStorage key.

sequenceDiagram
    participant User
    participant App
    participant VoiceEngine
    participant E2EHarness
    participant LocalStorage

    User->>App: Enable wake word mode
    User->>VoiceEngine: Speak "Hey WorldScript"
    VoiceEngine->>VoiceEngine: Check transcript for default phrase
    VoiceEngine-->>App: Wake word detected
    App-->>User: Start listening for voice command

    E2EHarness->>LocalStorage: Seed worldscript-feature-flags entry
    App->>LocalStorage: Read worldscript-feature-flags on startup
    App->>LocalStorage: Persist updated feature flags to worldscript-feature-flags
Loading

Generated by CodeAnt AI

Comment thread locales/el/settings.json
Comment thread public/locales/el/bundle.json
Comment thread features/settings/settingsSlice.ts
qnbs and others added 4 commits June 16, 2026 07:19
The help docs in this PR reference the localStorage key `worldscript-feature-flags`,
but the runtime FEATURE_FLAGS_STORAGE_KEY was still `storycraft-feature-flags`, so
the documented reset key was wrong. Rename the runtime key to `worldscript-feature-flags`
and update the E2E feature-flag seeding helpers (tests/e2e/helpers.ts,
lora-wizard.spec.ts) in lockstep. Pre-release (no users) so no migration needed.
PR #144 further refactors this key into services/featureFlagsStorage.ts using the
same value.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
The voice UI copy was rebranded to "Hey WorldScript" across all locales, but the
runtime default wakeWordPhrase stayed "Hey StoryCraft" in settingsSlice,
voiceCommandService and the EnergyThresholdWakeWordEngine, so following the
on-screen instruction would never trigger activation. Rename the default phrase
to "Hey WorldScript" (engine, both settings defaults, service default, types
doc) and update the wake-word + settings-fixture tests in lockstep.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@qnbs
qnbs force-pushed the rebrand/phase-5-6-i18n-assets branch from 303e377 to 11e3ace Compare June 16, 2026 05:19
@codeant-ai

codeant-ai Bot commented Jun 16, 2026

Copy link
Copy Markdown

Thanks for using CodeAnt! 🎉

We're free for open-source projects. if you're enjoying it, help us grow by sharing.

Share on X ·
Reddit ·
LinkedIn

@codeant-ai codeant-ai Bot added size:XXL This PR changes 1000+ lines, ignoring generated files and removed size:XXL This PR changes 1000+ lines, ignoring generated files labels Jun 16, 2026
@qnbs

qnbs commented Jun 16, 2026

Copy link
Copy Markdown
Owner Author

@CodeAnt-AI review

@codeant-ai

codeant-ai Bot commented Jun 16, 2026

Copy link
Copy Markdown

Thanks for using CodeAnt! 🎉

We're free for open-source projects. if you're enjoying it, help us grow by sharing.

Share on X ·
Reddit ·
LinkedIn

@qnbs
qnbs merged commit 78e21f7 into main Jun 16, 2026
17 of 18 checks passed
@qnbs
qnbs deleted the rebrand/phase-5-6-i18n-assets branch June 16, 2026 06:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:XXL This PR changes 1000+ lines, ignoring generated files

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant