Skip to content

Commit

Permalink
fix(docs-i18n-tracker): update translations import (#1025)
Browse files Browse the repository at this point in the history
  • Loading branch information
HiDeoo committed Nov 2, 2023
1 parent 9939033 commit 0d1e75e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/polite-colts-turn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@astrojs/starlight': patch
---

Internal: fix import issue in translation string loading mechanism
2 changes: 1 addition & 1 deletion packages/starlight/utils/createTranslationSystem.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { i18nSchemaOutput } from '../schemas/i18n';
import builtinTranslations from '../translations';
import builtinTranslations from '../translations/index';
import type { StarlightConfig } from './user-config';

export function createTranslationSystem(
Expand Down

0 comments on commit 0d1e75e

Please sign in to comment.