mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-04 21:18:01 +08:00
aa17f703d2
* Added missed translation for Azerbaijani language * Added missed translation * Filled changelog * Revert "Filled changelog" This reverts commit 4a36eb688f27bc6304d792a0b2ea3b9cc755aefc. * Filled PR content * Revert "Filled PR content" This reverts commit 7108e3ae26f283e4163552b56137b8eb7f2ede62. * Test run for jest snapshot --------- Co-authored-by: afc163 <afc163@gmail.com>
9 lines
201 B
TypeScript
9 lines
201 B
TypeScript
import type { TimePickerLocale } from '../index';
|
||
|
||
const locale: TimePickerLocale = {
|
||
placeholder: 'Vaxtı seç',
|
||
rangePlaceholder: ['Başlama tarixi', 'Bitmə tarixi'],
|
||
};
|
||
|
||
export default locale;
|