Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
fix issues with archive place names
Browse files Browse the repository at this point in the history
  • Loading branch information
camdendotlol committed Dec 7, 2023
1 parent 05a7560 commit 334ef96
Show file tree
Hide file tree
Showing 6 changed files with 639 additions and 518 deletions.
48 changes: 48 additions & 0 deletions dist/lib/localizations.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@ declare const localizations: {
en: string;
fr: string;
};
archivePlace: {
en: string;
fr: string;
};
origDate: {
en: string;
fr: string;
Expand All @@ -139,14 +143,26 @@ declare const localizations: {
en: string;
fr: string;
};
formerShelfmark: {
en: string;
fr: string;
};
shelfmarks: {
en: string;
fr: string;
};
shelfmark: {
en: string;
fr: string;
};
shelfmarkSections: {
en: string;
fr: string;
};
shelfmarkSection: {
en: string;
fr: string;
};
provenance: {
en: string;
fr: string;
Expand Down Expand Up @@ -219,6 +235,38 @@ declare const localizations: {
en: string;
fr: string;
};
catalogNumber: {
en: string;
fr: string;
};
numberOfFolios: {
en: string;
fr: string;
};
pageSize: {
en: string;
fr: string;
};
textBlockSize: {
en: string;
fr: string;
};
numberOfLines: {
en: string;
fr: string;
};
places: {
en: string;
fr: string;
};
dates: {
en: string;
fr: string;
};
measures: {
en: string;
fr: string;
};
};
export declare const getLocalizedValues: (items: any[], locale: 'en' | 'fr') => any[];
export default localizations;
Loading

0 comments on commit 334ef96

Please sign in to comment.