feat(vocab): implement pagination and localization for vocabulary dictionaries
All checks were successful
Deploy to production / deploy (push) Successful in 3m2s
All checks were successful
Deploy to production / deploy (push) Successful in 3m2s
- Added pagination functionality to the vocabulary dictionary views, allowing users to navigate through results efficiently. - Introduced a new method `_parseDictionaryPaging` in `VocabService` to handle pagination parameters. - Updated `getLanguageDictionary` and `getCourseDictionary` methods to return pagination details alongside results. - Enhanced the `VocabDictionaryView` component with pagination controls and updated UI for better user experience. - Added localization entries for pagination in Cebuano, German, English, Spanish, and French, ensuring a consistent user experience across languages.
This commit is contained in:
@@ -802,7 +802,10 @@
|
||||
"notFound": "Walay access o wala makita.",
|
||||
"languageTitle": "Dictionary: {name}",
|
||||
"courseTitle": "Dictionary sa kurso: {name}",
|
||||
"courseLearningColumn": "Pagkat-on nga pinulongan (kurso)"
|
||||
"courseLearningColumn": "Pagkat-on nga pinulongan (kurso)",
|
||||
"dictionaryPagerPrev": "Balik",
|
||||
"dictionaryPagerNext": "Sunod",
|
||||
"dictionaryPager": "{from}–{to} sa {total} · Page {page} sa {pages}"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user