Skip to content

docs: add translations section to steering docs#1529

Open
kmcginnes wants to merge 2 commits intoaws:mainfrom
kmcginnes:feature/steering/translations
Open

docs: add translations section to steering docs#1529
kmcginnes wants to merge 2 commits intoaws:mainfrom
kmcginnes:feature/steering/translations

Conversation

@kmcginnes
Copy link
Collaborator

Description

Add a "Translations (Query-Language Labels)" section to the structure.md steering doc explaining:

  • The translation system swaps UI labels based on query language, not locale
  • Key files involved (useTranslations.ts and the three JSON files)
  • Usage example with the useTranslations() hook
  • Naming conventions (lower-case kebab-case, keys as word stand-ins)

Validation

Documentation-only change. Review the new section in .kiro/steering/structure.md.

Check List

  • I confirm that my contribution is made under the terms of the Apache 2.0
    license.
  • I have run pnpm checks to ensure code compiles and meets standards.
  • I have run pnpm test to check if all tests are passing.
  • I have covered new added functionality with unit tests if necessary.
  • I have added an entry in the Changelog.md.

@kmcginnes kmcginnes marked this pull request as ready for review February 20, 2026 04:19
@codecov
Copy link

codecov bot commented Feb 20, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 64.81%. Comparing base (c5affc5) to head (abc49c3).
⚠️ Report is 66 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff             @@
##             main    #1529       +/-   ##
===========================================
+ Coverage   47.81%   64.81%   +17.00%     
===========================================
  Files         382      356       -26     
  Lines        8525     7949      -576     
  Branches     3159     2906      -253     
===========================================
+ Hits         4076     5152     +1076     
+ Misses       3070     2013     -1057     
+ Partials     1379      784      -595     
Flag Coverage Δ
unittests 64.81% <ø> (+17.00%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments