Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Using the
< a-range-picker >
component of the Japanese internationalization configuration, when thepicker
attribute is set tomonth
, theplaceholder
still displays "日付を選択 (select date)", which is not in line with expectations.Although you can modify
placeholder
manually for the time being, you hope to solve this problem fundamentally.Look at the source code and find that the relevant configuration is missing in the Japanese internationalization configuration. Therefore, it is supplemented and perfected in this pr.
使用日语国际化配置的
<a-range-picker>
组件,picker
属性设置为month
时,placeholder
仍然显示 "日付を選択(选择日期)" 这不符合预期。虽然可以暂时手动修改
placeholder
,但希望从根本解决此问题。查看源代码发现日语国际化配置中缺少相关配置。故在此 pr 中补充完善。