ant-design/components/time-picker/locale/az_AZ.ts
sabitalizade aa17f703d2
fix: missed translation in az (#49247)
* 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>
2024-06-06 17:13:07 +08:00

9 lines
201 B
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

import type { TimePickerLocale } from '../index';
const locale: TimePickerLocale = {
placeholder: 'Vaxtı seç',
rangePlaceholder: ['Başlama tarixi', 'Bitmə tarixi'],
};
export default locale;