fix: some incorrect translation for km_KH (#33738)

* Add km_KH locale to component

* Add test and docs

* Fix typo

* Add test snapshot

* Fix translation

* Add test
This commit is contained in:
VIREAK KEOSOKVIBOL 2022-01-17 14:13:59 +07:00 committed by GitHub
parent 0092253460
commit 121937186b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

@ -167819,7 +167819,7 @@ exports[`Locale Provider should display the text as km 1`] = `
type="button"
>
<span>
យល់ព្រម
បោះបង់
</span>
</button>
<button
@ -169383,7 +169383,7 @@ exports[`Locale Provider should display the text as km 1`] = `
type="button"
>
<span>
យល់ព្រម
បោះបង់
</span>
</button>
<button

View File

@ -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: 'ស្វែងរកនៅទីនេះ',