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

Commit

Permalink
add missing field localizations
Browse files Browse the repository at this point in the history
  • Loading branch information
camdendotlol committed Jun 22, 2023
1 parent e464b33 commit cadbeca
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions src/lib/localizations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,14 +139,26 @@ const localizations = {
en: 'Former Shelfmarks',
fr: 'Ancienne notation d\'étagère'
},
formerShelfmark: {
en: 'Former Shelfmark',
fr: 'Ancienne notation d\'étagère'
},
shelfmarks: {
en: 'Shelfmarks',
fr: 'Notation d\'étagère'
},
shelfmark: {
en: 'Shelfmark',
fr: 'Notation d\'étagère'
},
shelfmarkSections: {
en: 'Shelfmark Sections',
fr: 'Sections de notation d\'étagère'
},
shelfmarkSection: {
en: 'Shelfmark Section',
fr: 'Section de notation d\'étagère'
},
provenance: {
en: 'Provenance',
fr: 'Provenance'
Expand Down Expand Up @@ -218,6 +230,38 @@ const localizations = {
manuscript: {
en: 'Manuscript',
fr: 'Manuscrit'
},
catalogNumber: {
en: 'Catalog number',
fr: '???'
},
numberOfFolios: {
en: 'Number of folios',
fr: '???'
},
pageSize: {
en: 'Page size',
fr: '???'
},
textBlockSize: {
en: 'Text block size',
fr: '???'
},
numberOfLines: {
en: 'Number of lines',
fr: '???'
},
places: {
en: 'Places',
fr: '???'
},
dates: {
en: 'Dates',
fr: '???'
},
measures: {
en: 'Measures',
fr: '???'
}
}

Expand Down

0 comments on commit cadbeca

Please sign in to comment.