Skip to content
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

Add BG translation for 'Rows per page' text #1782 #1839

Merged
merged 1 commit into from
May 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading