Skip to content

Commit

Permalink
Fix TS error when adding support for a locale not yet supported by API (
Browse files Browse the repository at this point in the history
  • Loading branch information
SamyPesse authored Sep 13, 2024
1 parent 00a0bf3 commit 0e7f9d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/gitbook/src/intl/translations/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ import { zh } from './zh';
export * from './types';

export const languages: {
[key: string]: TranslationLanguage;
} & {
[locale in CustomizationLocale]: TranslationLanguage;
} = {
de,
Expand Down

0 comments on commit 0e7f9d6

Please sign in to comment.