Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: kk-KZ locale #6681

Merged
merged 5 commits into from
Jul 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -55736,7 +55736,7 @@ exports[`ConfigProvider should display the text as kk-KZ 1`] = `
<div
class="adm-calendar-title"
>
2022жыл3-ші ай
2022 жыл 3 ай
</div>
<a
class="adm-calendar-arrow-button adm-calendar-arrow-button-right adm-calendar-arrow-button-right-month"
Expand Down Expand Up @@ -55826,37 +55826,37 @@ exports[`ConfigProvider should display the text as kk-KZ 1`] = `
<div
class="adm-calendar-mark-cell"
>
Же
Жс
</div>
<div
class="adm-calendar-mark-cell"
>
Дү
Дс
</div>
<div
class="adm-calendar-mark-cell"
>
Се
Сс
</div>
<div
class="adm-calendar-mark-cell"
>
Сә
Ср
</div>
<div
class="adm-calendar-mark-cell"
>
Бе
Бс
</div>
<div
class="adm-calendar-mark-cell"
>
Жұ
Жм
</div>
<div
class="adm-calendar-mark-cell"
>
Се
Сб
</div>
</div>
<div
Expand Down Expand Up @@ -56386,37 +56386,37 @@ exports[`ConfigProvider should display the text as kk-KZ 1`] = `
<div
class="adm-calendar-picker-view-mark-cell"
>
Же
Жс
</div>
<div
class="adm-calendar-picker-view-mark-cell"
>
Дү
Дс
</div>
<div
class="adm-calendar-picker-view-mark-cell"
>
Се
Сс
</div>
<div
class="adm-calendar-picker-view-mark-cell"
>
Сә
Ср
</div>
<div
class="adm-calendar-picker-view-mark-cell"
>
Бе
Бс
</div>
<div
class="adm-calendar-picker-view-mark-cell"
>
Жұ
Жм
</div>
<div
class="adm-calendar-picker-view-mark-cell"
>
Се
Сб
</div>
</div>
<div
Expand All @@ -56428,7 +56428,7 @@ exports[`ConfigProvider should display the text as kk-KZ 1`] = `
<div
class="adm-calendar-picker-view-title"
>
2022жыл3-ші ай
2022 жыл 3 ай
</div>
<div
class="adm-calendar-picker-view-cells"
Expand Down Expand Up @@ -56914,7 +56914,7 @@ exports[`ConfigProvider should display the text as kk-KZ 1`] = `
<div
class="adm-calendar-picker-view-title"
>
2022жыл4-ші ай
2022 жыл 4 ай
</div>
<div
class="adm-calendar-picker-view-cells"
Expand Down Expand Up @@ -57392,7 +57392,7 @@ exports[`ConfigProvider should display the text as kk-KZ 1`] = `
<div
class="adm-calendar-picker-view-title"
>
2022жыл5-ші ай
2022 жыл 5 ай
</div>
<div
class="adm-calendar-picker-view-cells"
Expand Down Expand Up @@ -57870,7 +57870,7 @@ exports[`ConfigProvider should display the text as kk-KZ 1`] = `
<div
class="adm-calendar-picker-view-title"
>
2022жыл6-ші ай
2022 жыл 6 ай
</div>
<div
class="adm-calendar-picker-view-cells"
Expand Down Expand Up @@ -58342,7 +58342,7 @@ exports[`ConfigProvider should display the text as kk-KZ 1`] = `
<div
class="adm-calendar-picker-view-title"
>
2022жыл7-ші ай
2022 жыл 7 ай
</div>
<div
class="adm-calendar-picker-view-cells"
Expand Down Expand Up @@ -58835,7 +58835,7 @@ exports[`ConfigProvider should display the text as kk-KZ 1`] = `
<div
class="adm-calendar-picker-view-title"
>
2022жыл8-ші ай
2022 жыл 8 ай
</div>
<div
class="adm-calendar-picker-view-cells"
Expand Down Expand Up @@ -59316,7 +59316,7 @@ exports[`ConfigProvider should display the text as kk-KZ 1`] = `
<div
class="adm-calendar-picker-view-title"
>
2022жыл9-ші ай
2022 жыл 9 ай
</div>
<div
class="adm-calendar-picker-view-cells"
Expand Down
12 changes: 6 additions & 6 deletions src/locales/kk-KZ.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ const kkKZ = mergeLocale(base, {
loading: 'Жүктелуде',
},
Calendar: {
markItems: ['Дү', 'Се', 'Сә', 'Бе', 'Жұ', 'Се', 'Же'],
yearAndMonth: '${year}жыл${month}-ші ай',
markItems: ['Дс', 'Сс', 'Ср', 'Бс', 'Жм', 'Сб', 'Жс'],
yearAndMonth: '${year} жыл ${month} ай',
},
Cascader: {
placeholder: 'Таңдаңыз',
Expand All @@ -31,11 +31,11 @@ const kkKZ = mergeLocale(base, {
},
disconnected: {
title: 'Желі бос емес',
description: 'Қалпына кетіру үшін түртіңіз',
description: 'Бетті жаңартып көріңіз',
},
empty: {
title: 'Сізге қажетті нәрсе табылмады',
description: 'Басқа нәрсені іздеп көріңіз',
description: 'Басқаша іздеп көріңіз',
},
},
Form: {
Expand Down Expand Up @@ -105,8 +105,8 @@ const kkKZ = mergeLocale(base, {
ok: 'Мен түсіндім',
},
PullToRefresh: {
pulling: 'Төмен тартып жаңарту',
canRelease: 'Босатып бірден жаңарту',
pulling: 'Жаңарту үшін тартыңыз',
canRelease: 'Жаңарту үшін жіберіңіз',
complete: 'Сәтті жаңартылды',
},
Switch: {
Expand Down
Loading