Commit Graph

10 Commits

Author SHA1 Message Date
Life-is-Peachy
81693b616a
i18n: fix ru-RU locale date format (#3342) 2023-07-04 19:06:44 +08:00
Life-is-Peachy
b3b9f6cdaa
fix i18n: ru-RU locale date format (#3327) 2023-07-02 09:39:58 +08:00
Key Roche - WSS
67eff2b4e8
feat(module: Form): Add RequiredMark to Form (#2930)
* Add RequiredMark to Form

* Add localization for form optional label

* fix locales

* fix test

Co-authored-by: James Yeung <shunjiey@hotmail.com>
2022-12-15 14:02:45 +00:00
James Yeung
609f14b2dc
fix(module: datepicker): wrong day order and fallback to use globalization libaray when there is no day locale (#2855)
* fix(module: datepicker): wrong day order and fallback to use globalization libaray when there is no day locale

* fix date locale

* refactor the scroll method

* fix ShortestDayNames

* update the doc
2022-11-04 13:46:24 +08:00
Ivan Ocoka
674753c8e2
fix(module: locale): wrong day order of russian (#2845)
relates to changes made in commit: 894439adec
2022-11-01 19:22:27 +08:00
kuznecovIT
f856f3230d fix(i18n): russian locale resources additions (#1709)
* Russian locale resources additions

Based on https://github.com/ant-design-blazor/ant-design-blazor/issues/1707

* Change 'firstDayOfWeek' to 'Monday'
2021-07-06 11:27:40 +08:00
Andrzej Bakun
24d081ea8c fix(module: date-picker): Date picker blur/focus & regression tests (#1681)
* fix(module:datepicker): locale & blur issue fix

* tests(module:datepicker): add regression tests

* fix: focus is kept on picker false click & blur is applied when needed

* fix: tests
2021-06-28 11:28:18 +08:00
Andrzej Bakun
dcbaecc919 fix(module: date-picker): incorrect date format strings (#1097)
* fix(module:datepicker): incorrect date format strings fix

culture set takes effect
fallback to default local when locale json does not exist

* fix(module:datepicker): do not replace Locale if is set in attribute
2021-02-05 16:50:12 +08:00
zxyao
1bdece0ea8 feat(module: modal): add locale for Modal and Confirm (#932)
* feat(module: modal): add Modal locale

* feat(module: confirm): locale support for zh-cn, en-us

* docs: add the demo of override locale's custom text

* feat: locale's json files add confirm configuration

* fix: custom ButtonProps override Button[1,2,3]Text or OK(Cancel)Text

* docs: using InvokeAsync to invoke StateHasChanged

* docs(module: modal): add override locale de
2020-12-29 23:34:18 +08:00
James Yeung
d0dee68e3c feat(module: i18n): add more languages (#580)
* feat(module:  i18n): add more languages

* feat: add a method for additional languages
2020-09-08 12:40:58 +08:00