Skip to content

Commit

Permalink
Export locales so consumers can set language without duplicating code
Browse files Browse the repository at this point in the history
  • Loading branch information
smorton-planview committed Jun 10, 2024
1 parent c15888e commit 3193996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ export default DocViewer;
export { DocViewerRenderers } from "./renderers";
export * from "./models";
export * from "./utils/fileLoaders";
export { type AvailableLanguages } from "./i18n";
export { type AvailableLanguages, locales } from "./i18n";
export * from "./renderers";

0 comments on commit 3193996

Please sign in to comment.