Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ec4c412

Browse files
authoredSep 13, 2024··
Merge branch 'main' into brett/RND-2311-openapi-enum
2 parents 8320aa4 + 0e7f9d6 commit ec4c412

File tree

1 file changed

+2
-0
lines changed
  • packages/gitbook/src/intl/translations

1 file changed

+2
-0
lines changed
 

‎packages/gitbook/src/intl/translations/index.ts

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ import { zh } from './zh';
1313
export * from './types';
1414

1515
export const languages: {
16+
[key: string]: TranslationLanguage;
17+
} & {
1618
[locale in CustomizationLocale]: TranslationLanguage;
1719
} = {
1820
de,

0 commit comments

Comments
 (0)
Please sign in to comment.