mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 11:10:01 +08:00
eadbd62ee8
* Update Turkish translations * feat: update Turkish translations * /* eslint-disable no-template-curly-in-string */ * fix: minor change to a Turkish translation * chore: update snapshots Co-authored-by: Amumu <yoyo837@hotmail.com>
9 lines
201 B
TypeScript
9 lines
201 B
TypeScript
import { TimePickerLocale } from '../index';
|
||
|
||
const locale: TimePickerLocale = {
|
||
placeholder: 'Zaman seç',
|
||
rangePlaceholder: ['Başlangıç zamanı', 'Bitiş zamanı'],
|
||
};
|
||
|
||
export default locale;
|