afc163
c1b1d8c3c4
chore: fix eslint
3 years ago
wedeso
5f9ed372f4
fix: Updated translations in et_EE.tsx ( #33005 )
* Updated translations in et_EE.tsx
Added missing Estonian translations.
* Updated et_EE.tsx
Defined typeTemplate
3 years ago
Michał Podeszwa
892bf99321
feat: Expand pl_PL translations to latest translation spec ( #32896 )
Co-authored-by: Michał Podeszwa <178679-michalpodeszwa@users.noreply.gitlab.com>
3 years ago
damon.chen
e7f5030f2b
fix: change `Ok` to `OK` ( #32259 )
* 修复AutoComplete组件allowClear属性的说明有歧义的问题
* fix: change Ok to OK
* update jest snapshot
Co-authored-by: chj_damon <chjdamon@gmail.com>
3 years ago
Primlx
371d1421c6
feat: Georgian translation ( #32106 )
* parent 18cd401678
author Primlx <primulax@live.com> 1628778277 +0400
committer primulax <primulax@live.com> 1631181358 +0400
Add files via upload
add georgian translation
Create ka_GE.tsx
Create ka_GE
Rename ka_GE to ka_GE.tsx
Create ka_GE.tsx
Update ka_GE.tsx
Update ka_GE.tsx
Create ka_GE.tsx
update rc-picker version
Create ka_GE.tsx
Create ka_GE
Rename ka_GE to ka_GE.tsx
Update ka_GE.tsx
Update ka_GE.tsx
Create ka_GE.tsx
update rc-picker version
* Update package.json
Co-authored-by: Amumu <yoyo837@hotmail.com>
* test case
* add language option in markdown
* test
* Update components/calendar/locale/ka_GE.tsx
Co-authored-by: Amumu <yoyo837@hotmail.com>
* Update components/calendar/locale/ka_GE.tsx
Co-authored-by: Amumu <yoyo837@hotmail.com>
Co-authored-by: Amumu <yoyo837@hotmail.com>
3 years ago
Taucher Christoph
85344a4ca8
fix: Added German translation for Image 'Preview' text ( #32001 )
3 years ago
afc163
9c17f94cab
feat: Table filterMode and filterSearch functions ( #31809 )
* feat: Table supports filterMode="tree-select"
* add tree component
* fix detail
* use tree
* add @table-filter-dropdown-max-height
* feat: add check all to filter tree
* feat: add search
* feat: use filterTreeNode
* fix code style
* fix style
* style: tree node selected bg
* fix demo
* feat: add filterSearch
* fix: clear search value after close filter dropdown
* update snapshot
* code style
* fix test case
* chore: new FilterDropdown.tsx file
* chore: searchValueMatched function
* add test case
* test: add test cases
* feat: reset only works on dropdown state now
* chore: add table locales
* fix search input width
* tweak style
* style: update transfer search input style
* perf: improve table perf
* fix: filterMuiltiple={false}
* test: add test for selecting
* chore: fix table filter selection
* fix lint
* remove unused code
* fix: style dependencies
* test: turn off bail config for duplidated-package-plugin in feature branch
* Update components/table/hooks/useFilter/FilterSearch.tsx
Co-authored-by: Peach <scdzwyxst@gmail.com>
* fix locale link
* Apply suggestions from code review
* Apply suggestions from code review
Co-authored-by: Peach <scdzwyxst@gmail.com>
3 years ago
M. Burak Kalkan
76482c00ed
fix: Added TR translation for 'Preview' text ( #31593 )
3 years ago
Jun Wooram
aab86b2107
fix(i18n): fix a typo in ko_KR locale ( #31575 )
3 years ago
Jabir K.H
b3c4cebd96
feat: Malayalam(ml_IN) translation ( #31521 )
* ✨ added ml_IN locale
* ✨ malayalam localization - rc-packages updated
* ml_IN test cases added
Review comments integrated
* ml_IN translation - en doc updated
PR review comments integrated
* ml_IN translation zh doc updated
PR review comment integrated
* ❇️ changes after running npm test locally
* 🚀 npm test after removing and reinstalling node modules and package-lock
3 years ago
bischmlb
5fc7396024
feat: implemented missing table daDK locale props ( #31486 )
* added tiggerDesc and triggerAsc to da_DK locale
* moved props to bottom
* added missing fields for table locale daDK
3 years ago
Kirill Barsukov
2c560b881f
chore: Update ru_RU.tsx ( #31448 )
Just a wording. The meaning was not changed but it is the better word that describes "preview".
3 years ago
Camol
7f8e177735
fix: update Transfer locale info in zh_HK.tsx ( #31404 )
3 years ago
Andrea Blanco
2f87fee808
feat(translate): add missing translations in Spanish (es_ES) locale ( #31330 )
* add missing translations in Spanish (es_ES) locale
* add missing translations in Spanish (es_ES) locale
* feat(translate): add missing translations in Spanish (es_ES) locale
* feat(translate): add missing translations in Spanish (es_ES) locale
3 years ago
Mohammad Anas
24e416437e
feat: add urdu language intl ( #31346 )
* feat: add urdu language intl
* feat: update test snapshot
3 years ago
Jehu
5d8e93b6c1
fix: add Table.SELECTION_NONE for Russian localization ( #31361 )
3 years ago
Map1en_
a4d7d61b8c
fix(locale): add selectNone for en_GB locale file ( #31264 )
#30938
3 years ago
Aminul Islam
6196bf01e9
feat: Added bn_BD Bangla language ( #31257 )
* feat: Added bn_BD Bangla language
* fix: added missing provider
* changed to bn-bd
* added test
* updated test snap
* update i18n docs
3 years ago
Michał Janicki
cc58210fa6
fix: Translation bug in a Table sorter popup [PL] ( #30899 )
Signed-off-by: Michal Janicki <michal@janicki.dev>
Co-authored-by: Michal Janicki <michal@janicki.dev>
4 years ago
陈帅
0d1b1c40a6
merge featrue into master ( #30636 )
* feat: add Table expandable fixed (#29959 )
* fix: Use flex gap of space (#30023 )
* fix: use flex gap when supported
* test: update snapshot
* refactor: Use single hooks
* feat: Allow breadcrumb component in PageHeader (#30019 )
* Allow breadcrumb component in PageHeader
* Allow breadcrumb component in PageHeader
* Allow breadcrumb component in PageHeader
* Rename variable
rename var from _breadcrumbRender to breadcrumbRenderDomFromProps
* feat: add onChange for Statistic.Countdown (#30265 )
* feat: add onChange for countdown
* update the demo
* feat(upload): add onDrop (#30319 )
* feat(upload): Add onDrop
* Replace "if prop" logic with existential operator
* Remove redundant conditional
* feat(upload): itemRender add actions params (#30236 )
* feat(upload): itemRender add actions params
* chore: optimize type definition
* chore: update doc
* chore: rename actions
* chore: trigger ci
* chore: rename method name of actions
* feat: Add missing dutch translations (#30389 )
* feat: Add missing dutch translations
* fix: Translate remaining english values
* fix: Update snapshot for ui tests
* test: increase code coverage to 100% (#30415 )
* test: fix Space code coverage
* test: should use nl_BE locale for DatePicker
* fix: Switch tabIndex type (#30416 )
* feat: updated Romanian internationalization (#30419 )
* feat: updated Romanian internationalization
* fixed lint error
* feat: Menu support accessibility & keyboard access (#30382 )
* chore: Use focus style
* fix: prefixCls
* fix: prefixCls
* fix: inline tooltip
* fix: inlineCollapse logic
* fix: ts definition
* test: Update snapshot
* test: Update snapshot
* fix: dropdown logic
* test: Update snapshot
* test: Fix some test case
* bump rc-menu
* test: More test case
* fix test finder
* test: fix test case
* test: Update snapshot
* test: Update snapshot
* chore: Update ssr effect
* test: Update ConfigProvider snapshot
* test: Fix Table Filter test case
* test: Fix table test case
* chore: Update style
* chore: beauti css
* bump rc-menu
* test: update snapshot
* test: update snapshot
* test: Fix menu test
* test: Fix test case
* test: Coverage
* chore: clean up
* bump rc-menu
* ehance accessibility style
* feat(radioGroup): support data-* and aria-* props (#30507 )
close #30501
* feat: Typography add italic type (#30458 )
* Typography增加斜体字支持
* update snapshot
* 文档添加版本号
Co-authored-by: lidahao <lidahao@sisyphe.com.cn>
* chore: alpha Menu fix merge (#30546 )
* chore: Update script
* bump alpha version
* chore: Update script desc
* chore: bump rc-tabs & rc-mentions
* chore: Adjust style
* chore: 4.16.0-alpha.1
* test: Fix mention test case
* fix: sider of layout width style
* chore: bump 4.16.0-alpha.2
* fix: Tabs tabBarGutter should work as expected (#30545 )
close #30526
* feat: Table summary support sticky mode (#30631 )
* chore: Bump rc-table
* feat: Patch summary fixed color
* fix: style className
* test: Update snapshot
Co-authored-by: xrkffgg <xrkffgg@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: 二货机器人 <smith3816@gmail.com>
Co-authored-by: gepd <guillermoepd@hotmail.com>
Co-authored-by: appleshell <appleshell@outlook.com>
Co-authored-by: Eric Bonow <ebonow@hotmail.com>
Co-authored-by: xrkffgg <xrkffgg@vip.qq.com>
Co-authored-by: Kermit <kermitlx@outlook.com>
Co-authored-by: Lewis <lewisfidlers@gmail.com>
Co-authored-by: afc163 <afc163@gmail.com>
Co-authored-by: Ștefan Filip <stefy.filip@gmail.com>
Co-authored-by: vldh <alwaysloseall@sina.com>
Co-authored-by: lidahao <lidahao@sisyphe.com.cn>
4 years ago
Jaideep Ghosh
599a8f82f9
fix: Updated hindi locale with missing messages. ( #30541 )
* fix: Updated hindi locale with missing messages.
* feat:Updating snapshots.
4 years ago
Gabriel Henrique
d6b0e45ed8
feat: update pt_BR locale ( #30532 )
4 years ago
Loïc Huvé
063a3f93fe
fix: Update french locale with missing messages ( #30436 )
4 years ago
Ștefan Filip
f52bb59448
feat: updated Romanian internationalization ( #30419 )
* feat: updated Romanian internationalization
* fixed lint error
4 years ago
afc163
db9b95b3b6
test: increase code coverage to 100% ( #30415 )
* test: fix Space code coverage
* test: should use nl_BE locale for DatePicker
4 years ago
vmedar
ebb8fc3fc0
fix: Corrected and updated Serbian translation ( #30401 )
* Translate update
* Filled missing translation
* Update index.test.js.snap
4 years ago
Lewis
5996854094
feat: Add missing dutch translations ( #30389 )
* feat: Add missing dutch translations
* fix: Translate remaining english values
* fix: Update snapshot for ui tests
4 years ago
Chalk
7e0af50e1c
fix: added ko_KR and ja_JP TimePicker.RangePicker placeholder ( #30285 )
* fix: add ko_KR and ja_JP locale TimePicker.RangePicker placeholder
* fix: ko_KR locale grammars in Table and Form messages
* fix: locale ci
4 years ago
wangao
fbb89242f4
fix(local): add preview in zh_HK and zh_TW ( #30100 )
4 years ago
MaoXiangming
b5c8bcd409
fix: add es_Es locale Table 'selectNone' field ( #29962 )
4 years ago
isakol
d9885c7be0
feat: improve sv_SE locale ( #29896 )
4 years ago
Bernard Niset
76a96965ee
feat: Add form translations to fr_FR i18n ( #29839 )
4 years ago
Amumu
e2eb810ed3
feat: add fr_CA locale ( #29748 )
4 years ago
Jan Václavík
1efc4cf86e
Fix typo in cs-CZ locale ( #29675 )
4 years ago
mumiao
bcd58bdc12
fix: image ru_RU locale ( #29271 )
4 years ago
Seyed Amirali Taheri
0fc27299d5
fix: Locale fa ( #29232 )
* fix: Fix typo in fa_IR.tsx
Signed-off-by: amiralitaheri <amiralitaheri64@gmail.com>
* feat: Add missing values for fa_IR.tsx
Signed-off-by: amiralitaheri <amiralitaheri64@gmail.com>
* feat: Add missing locale values for date-picker/locale/fa_IR.tsx
Signed-off-by: amiralitaheri <amiralitaheri64@gmail.com>
* feat: Add missing locale value for time-picker/locale/fa_IR.tsx
Signed-off-by: amiralitaheri <amiralitaheri64@gmail.com>
* test: Update snapshot
Signed-off-by: amiralitaheri <amiralitaheri64@gmail.com>
4 years ago
Eber Rodrigues
6c0e0bb335
fix: add en-GB missing translations for table ( #29122 )
4 years ago
Flo
6bcb9ba7c4
fix: add german localization for Transfer ( #28826 )
Co-authored-by: Florian Wojtenek <florian.wojtenek@quanos-solutions.com>
4 years ago
不吃猫的鱼
5119d2a9e1
feat: add select none functionality ( #28580 )
4 years ago
Filip Kukovec
0f87360d2f
feat: upgraded hr_HR locale ( #28458 )
* Upgraded hr_HR locale
* Update hr_HR.tsx
Disable no-template-curly-in-string lint error
* Update hr_HR.tsx
* Update hr_HR.tsx
Co-authored-by: Amumu <yoyo837@hotmail.com>
4 years ago
二货机器人
9cd4fab604
feat: Image add preview style ( #28235 )
* feat: Add preview mask
* feat: Preview support locale
* test: Update snapshot
* fix lint
* fix lint
4 years ago
Paul Damnhorns
5dce62d814
fix: update Kazakh locale according to new rc-picker & rc-pagination packages ( #27631 )
4 years ago
Paul Damnhorns
b9d263c7b6
feat: add Kazakh locale ( #27589 )
* feat: add Kazakh locale
* fix: make translation fixes by @manar-mk
* fix: add Kazakh locale fixes by @roose
* test: add test case for Kazakh locale
* docs: add Kazakh locale to i18n.zh-CH.md
4 years ago
Amumu
a7ae888a90
docs: docs upgrade ( #27367 )
4 years ago
Tom Xu
b5dc079228
chore: improve code style ( #27266 )
4 years ago
Michał Jasikowski
96c665a0bb
fix: changed sorting and validation labels to proper English ( #27259 )
* fix: sorting and validation labels in English
* fix: changed labels for ga_IE to proper English
* fix: changed labels for ga_IE to proper English
* Update en_GB.tsx
4 years ago
Gerson Garrido
02fc6b1646
Updating es_ES locale docs ( #27079 )
4 years ago
Tom Xu
dfbe4b701c
fix: locale by_BY lint ( #27061 )
* fix: locale lint
* Update index.test.js.snap
4 years ago
StIvan8
4107c83234
feat: add Belarusian translation ( #27028 )
* add Belarusian language translation
* add Belarusian locale, fix bugs
* fix: slider and select version
4 years ago
iorikingdom
a711a4172d
fix: add Japanese localization for Table ( #27043 )
* Update ja_JP.tsx
增加了几处日语翻译,希望下个版本能用上
* Update ja_JP.tsx
补全Table的日语翻译
* Update ja_JP.tsx
稍微修改了一下
* Update ja_JP.tsx
4 years ago