Skip to content

Commit

Permalink
Add BG translation for 'Rows per page' text #1782
Browse files Browse the repository at this point in the history
  • Loading branch information
iliyan90 committed May 31, 2024
1 parent 4b7ef4f commit b7539fa
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
3 changes: 2 additions & 1 deletion public/locales/bg/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,5 +129,6 @@
},
"cookieConsent": "Подкрепи.бг не използва бисквитки, освен тези от трети страни, нужни за аналитичните компоненти Google Analytics и HotJar. Приемането на бисквитките ще ни помогне да подобрим вашето потребителско преживяване.",
"cookieConsentButton": "Приемам",
"cookieRejectButton": "Отхвърлям"
"cookieRejectButton": "Отхвърлям",
"rows": "Редове на страница"
}
3 changes: 2 additions & 1 deletion public/locales/en/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,5 +130,6 @@

"cookieConsent": "Podkrepi.bg doesn't use cookies, except the third-party cookies required for the analytics components Google Analytics and HotJar. Accepting the cookies will help us improve your user experience.",
"cookieConsentButton": "Accept",
"cookieRejectButton": "Reject"
"cookieRejectButton": "Reject",
"rows": "Rows per page"
}
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,11 @@ export default observer(function CampaignPublicExpensesGrid({ slug }: Props) {
py: '22px',
},
}}
localeText={{
MuiTablePagination: {
labelRowsPerPage: t('common:rows'),
},
}}
/>
</Root>
)
Expand Down

0 comments on commit b7539fa

Please sign in to comment.