Skip to content

fix(i18n): align translation domain structure#1605

Open
zachyale wants to merge 1 commit into
developfrom
fix/align-localization-domain-structures
Open

fix(i18n): align translation domain structure#1605
zachyale wants to merge 1 commit into
developfrom
fix/align-localization-domain-structures

Conversation

@zachyale
Copy link
Copy Markdown
Member

@zachyale zachyale commented Jun 2, 2026

Description

As part of the work for #1484 and #1485, an audit into our existing localization structures surfaces that the author browser translations for most foreign languages are not being properly ingested/were not generated

Linked Issue

Related to #1484 + #1485

Changes

  • Add missing empty author browser JSONs
  • Add missing import/exports in locale index.ts files
  • Fix two placeholder errors in Croatian/Slovenian

Manual Testing Steps

Verify the placeholders now work for HR/SL

Screenshots (Optional)

N/A

Additional Context (Optional)

Once pre-merge CI checks are merged in for localization structure enforcement, without this PR the repo would not be in compliance with the new CI localization validations

AI Disclosure

None

Checklist

  • This PR links and implements an accepted issue.
  • This PR is a single focused change.
  • There are new or updated tests validating this change.
  • I ran just ui check and just api check.
  • I have added screenshots if there were any UI changes.
  • I have disclosed any AI usage as per the organization AI Policy above.
  • I understand all of my submitted changes.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Jun 2, 2026

Important

Review skipped

Review was skipped due to path filters

⛔ Files ignored due to path filters (23)
  • frontend/src/i18n/de/author-browser.json is excluded by !frontend/src/i18n/**
  • frontend/src/i18n/de/index.ts is excluded by !frontend/src/i18n/**
  • frontend/src/i18n/fr/author-browser.json is excluded by !frontend/src/i18n/**
  • frontend/src/i18n/fr/index.ts is excluded by !frontend/src/i18n/**
  • frontend/src/i18n/hr/author-browser.json is excluded by !frontend/src/i18n/**
  • frontend/src/i18n/hr/book.json is excluded by !frontend/src/i18n/**
  • frontend/src/i18n/hr/index.ts is excluded by !frontend/src/i18n/**
  • frontend/src/i18n/it/author-browser.json is excluded by !frontend/src/i18n/**
  • frontend/src/i18n/it/index.ts is excluded by !frontend/src/i18n/**
  • frontend/src/i18n/ja/author-browser.json is excluded by !frontend/src/i18n/**
  • frontend/src/i18n/ja/index.ts is excluded by !frontend/src/i18n/**
  • frontend/src/i18n/nl/index.ts is excluded by !frontend/src/i18n/**
  • frontend/src/i18n/pl/author-browser.json is excluded by !frontend/src/i18n/**
  • frontend/src/i18n/pl/index.ts is excluded by !frontend/src/i18n/**
  • frontend/src/i18n/pt/author-browser.json is excluded by !frontend/src/i18n/**
  • frontend/src/i18n/pt/index.ts is excluded by !frontend/src/i18n/**
  • frontend/src/i18n/ru/author-browser.json is excluded by !frontend/src/i18n/**
  • frontend/src/i18n/ru/index.ts is excluded by !frontend/src/i18n/**
  • frontend/src/i18n/sl/author-browser.json is excluded by !frontend/src/i18n/**
  • frontend/src/i18n/sv/author-browser.json is excluded by !frontend/src/i18n/**
  • frontend/src/i18n/sv/index.ts is excluded by !frontend/src/i18n/**
  • frontend/src/i18n/zh/author-browser.json is excluded by !frontend/src/i18n/**
  • frontend/src/i18n/zh/index.ts is excluded by !frontend/src/i18n/**

CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including **/dist/** will override the default block on the dist directory, by removing the pattern from both the lists.

⚙️ Run configuration

Configuration used: Repository YAML (base), Organization UI (inherited)

Review profile: ASSERTIVE

Plan: Pro

Run ID: a754cb35-ec0b-40b6-ac5c-b15703ead3dd

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/align-localization-domain-structures
✨ Simplify code
  • Create PR with simplified code
  • Commit simplified code in branch fix/align-localization-domain-structures

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@zachyale zachyale enabled auto-merge (squash) June 2, 2026 03:24
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