Skip to content

Commit

Permalink
Add the keys and strings to support translations in print-identifier-…
Browse files Browse the repository at this point in the history
…sticker-modal (#1075)

Co-authored-by: jwnasambu <wamalwa1844.com>
Co-authored-by: Ian <[email protected]>
  • Loading branch information
jwnasambu and ibacher authored Jul 8, 2024
1 parent fa64531 commit 57f86e9
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion packages/framework/esm-translations/src/translations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ export const coreTranslations = {
...workspaceTranslations,
actions: 'Actions',
address: 'Address',
age: 'Age',
cancel: 'Cancel',
change: 'Change',
close: 'Close',
Expand All @@ -51,14 +52,20 @@ export const coreTranslations = {
hideDetails: 'Hide details',
loading: 'Loading',
male: 'Male',
other: 'Other',
other: 'Other', patientIdentifierSticker: 'Patient identifier sticker',
patientLists: 'Patient lists',
print: 'Print',
printError: 'Print error',
printErrorExplainer: 'An error occurred in {{errorLocation}}',
printIdentifierSticker: 'Print identifier sticker',
printing: 'Printing',
relationships: 'Relationships',
resetOverrides: 'Reset overrides',
scriptLoadingFailed: 'Error: Script failed to load',
scriptLoadingError:
'Failed to load overridden script from {{url}}. Please check that the bundled script is available at the expected URL. Click the button below to reset all import map overrides.',
seeMoreLists: 'See {{count}} more lists',
sex: 'Sex',
showDetails: 'Show details',
unknown: 'Unknown',
};

0 comments on commit 57f86e9

Please sign in to comment.