Skip to content

Commit

Permalink
fix: some incorrect translation for km_KH (#33738)
Browse files Browse the repository at this point in the history
* Add km_KH locale to component

* Add test and docs

* Fix typo

* Add test snapshot

* Fix translation

* Add test
  • Loading branch information
vireakkeosokvibol committed Jan 17, 2022
1 parent 0092253 commit 1219371
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Expand Up @@ -167819,7 +167819,7 @@ exports[`Locale Provider should display the text as km 1`] = `
type="button"
>
<span>
យល់ព្រម
បោះបង់
</span>
</button>
<button
Expand Down Expand Up @@ -169383,7 +169383,7 @@ exports[`Locale Provider should display the text as km 1`] = `
type="button"
>
<span>
យល់ព្រម
បោះបង់
</span>
</button>
<button
Expand Down
8 changes: 4 additions & 4 deletions components/locale/km_KH.tsx
Expand Up @@ -26,18 +26,18 @@ const localeValues: Locale = {
sortTitle: 'តម្រៀប',
expand: 'ពន្លាត',
collapse: 'បិតបាំង',
triggerDesc: 'ចុចដើម្បីរៀបតាំលំដាប់ធំ',
triggerAsc: 'ចុចដើម្បីរៀបតាំលំដាប់តូច​',
triggerDesc: 'ចុចដើម្បីរៀបតាមលំដាប់ធំ',
triggerAsc: 'ចុចដើម្បីរៀបតាមលំដាប់តូច​',
cancelSort: 'ចុចដើម្បីបោះបង់',
},
Modal: {
okText: 'យល់ព្រម',
cancelText: 'យល់ព្រម',
cancelText: 'បោះបង់',
justOkText: 'យល់ព្រម',
},
Popconfirm: {
okText: 'យល់ព្រម',
cancelText: 'យល់ព្រម',
cancelText: 'បោះបង់',
},
Transfer: {
searchPlaceholder: 'ស្វែងរកនៅទីនេះ',
Expand Down

0 comments on commit 1219371

Please sign in to comment.