Skip to content

Commit

Permalink
i18n(zh-Hans): fix typo (#87)
Browse files Browse the repository at this point in the history
The two typos are spotted during our team's dev, we have to manually override the locale config to fix this. It would be better to fix the typo directly in this repo.
  • Loading branch information
XindiShang authored Jul 10, 2023
1 parent 381ff1c commit 79fc3b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/mantine-react-table/src/locales/zh-Hans.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export const MRT_Localization_ZH_HANS: MRT_Localization = {
max: '最大',
min: '最小',
move: '移动',
noRecordsToDisplay: '无纪录可显示',
noRecordsToDisplay: '无记录可显示',
noResultsFound: '未找到结果',
of: '/',
or: '或',
Expand All @@ -82,7 +82,7 @@ export const MRT_Localization_ZH_HANS: MRT_Localization = {
sortedByColumnDesc: '已按 {column} 倒序排序',
thenBy: ',然后以',
toggleDensity: '切换密度',
toggleFullScreen: '切换全萤幕',
toggleFullScreen: '切换全屏',
toggleSelectAll: '切换选择全部',
toggleSelectRow: '切换选择横列',
toggleVisibility: '切换可见度',
Expand Down

2 comments on commit 79fc3b3

@vercel
Copy link

@vercel vercel bot commented on 79fc3b3 Jul 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 79fc3b3 Jul 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.