-
Notifications
You must be signed in to change notification settings - Fork 248
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(feat) Add translations for generic widget and patient chart pagination #1376
Conversation
Size Change: +1.06 kB (0%) Total Size: 9.06 MB ℹ️ View Unchanged
|
…ient-chart into pagination-generic-translations
…ient-chart into pagination-generic-translations
Hi @icrc-jofrancisco , there are a few additions. |
Hi @ibacher @denniskigen , requesting your review here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks OK to me. Thanks, @vasharma05. It'd be nice if we could add locale specific translations for the few new strings introduced here to obviate the need for a future PR.
Hi @kazlaw @icrc-jofrancisco @AlexanderMizgirev , I request your assistance here to add the new translations. |
…ient-chart into pagination-generic-translations
…com/openmrs/openmrs-esm-patient-chart into pagination-generic-translations
…ient-chart into pagination-generic-translations
…com/openmrs/openmrs-esm-patient-chart into pagination-generic-translations
…ient-chart into pagination-generic-translations
* THE TRANSLATION KEYS AND VALUES USED IN THE COMMON LIB IS WRITTEN HERE | ||
* t('paginationPageText', 'of {total} pages') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* THE TRANSLATION KEYS AND VALUES USED IN THE COMMON LIB IS WRITTEN HERE | |
* t('paginationPageText', 'of {total} pages') | |
* The following are translation keys and strings for components in `esm-patient-common-lib` | |
* t('paginationPageText', 'of {total} pages') |
* THE TRANSLATION KEYS AND VALUES USED IN THE COMMON LIB IS WRITTEN HERE | ||
* t('paginationPageText', 'of {count} pages', {count}) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* THE TRANSLATION KEYS AND VALUES USED IN THE COMMON LIB IS WRITTEN HERE | |
* t('paginationPageText', 'of {count} pages', {count}) | |
* The following are translation keys and strings for components in `esm-patient-common-lib` | |
* t('paginationPageText', 'of {total} pages') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @denniskigen !
The count
variable is used for pluralization purpose, and hence it was renamed.
Requirements
Summary
This PR adds the translations for generic widget and patient chart pagination component
Screenshots
Related Issue
Other