Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
binrysearch committed Mar 3, 2024
1 parent 95c8def commit 729083b
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
40 changes: 20 additions & 20 deletions src/i18n/th_TH.ts
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
export default {
search: {
search: {
placeholder: 'พิมพ์คีย์เวิร์ด...',
},
sort: {
sortAsc: 'เรียงคอลัมน์จากน้อยไปมาก',
sortDesc: 'เรียงคอลัมน์จากมากไปน้อย',
},
pagination: {
previous: 'ก่อนหน้า',
next: 'ถัดไป',
navigate: (page, pages) => `หน้า ${page} ของ ${pages}`,
page: (page) => `หน้า ${page}`,
showing: 'แสดง',
of: 'ของ',
to: 'ถึง',
results: 'ผลลัพธ์',
},
loading: 'กำลังโหลด...',
noRecordsFound: 'ไม่พบข้อมูล',
error: 'เกิดข้อผิดพลาดขณะดึงข้อมูล',
};
},
sort: {
sortAsc: 'เรียงคอลัมน์จากน้อยไปมาก',
sortDesc: 'เรียงคอลัมน์จากมากไปน้อย',
},
pagination: {
previous: 'ก่อนหน้า',
next: 'ถัดไป',
navigate: (page, pages) => `หน้า ${page} ของ ${pages}`,
page: (page) => `หน้า ${page}`,
showing: 'แสดง',
of: 'ของ',
to: 'ถึง',
results: 'ผลลัพธ์',
},
loading: 'กำลังโหลด...',
noRecordsFound: 'ไม่พบข้อมูล',
error: 'เกิดข้อผิดพลาดขณะดึงข้อมูล',
};
2 changes: 1 addition & 1 deletion src/view/plugin/pagination.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export function Pagination() {
// when a processor is updated for some reason
if (resetPageOnUpdate && updatedProcessor !== processor.current) {
setCurrentPage(0);

if (processor.current.props.page !== 0) {
processor.current.setProps({
page: 0,
Expand Down

0 comments on commit 729083b

Please sign in to comment.