mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-15 08:59:15 +08:00
aa17f703d2
* Added missed translation for Azerbaijani language * Added missed translation * Filled changelog * Revert "Filled changelog" This reverts commit4a36eb688f
. * Filled PR content * Revert "Filled PR content" This reverts commit7108e3ae26
. * 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;
|