mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-29 05:29:37 +08:00
b342dbefa2
* add ja_JP translation * fix Japanese locale * fix i18n docs * update rc-pagination version * add locale test for ja_JP
6 lines
78 B
TypeScript
6 lines
78 B
TypeScript
const locale = {
|
|
placeholder: '時刻を選択',
|
|
};
|
|
|
|
export default locale;
|