Skip to content

Commit

Permalink
Merge branch 'main' into brett/RND-2311-openapi-enum
Browse files Browse the repository at this point in the history
  • Loading branch information
BrettJephson authored Sep 13, 2024
2 parents 8320aa4 + 0e7f9d6 commit ec4c412
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 ec4c412

Please sign in to comment.