Description
The pagination component found at Pagination.tsx hard codes the values "Next" and "Previous". This limitation prevents us from translating or localizing these values, which is essential for providing a fully localized experience.
Context
As a result, pages such as this articles index page are not fully localized, leading to inconsistencies in the user experience for non-English speakers.
Suggested Solution
Consider making the pagination text configurable through props or context, allowing developers to provide localized strings for these values. This change would enhance the usability of the component in multilingual applications.

Description
The pagination component found at Pagination.tsx hard codes the values "Next" and "Previous". This limitation prevents us from translating or localizing these values, which is essential for providing a fully localized experience.
Context
As a result, pages such as this articles index page are not fully localized, leading to inconsistencies in the user experience for non-English speakers.
Suggested Solution
Consider making the pagination text configurable through props or context, allowing developers to provide localized strings for these values. This change would enhance the usability of the component in multilingual applications.