mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-07 17:44:35 +08:00
fix: lt_LT locale for typeTemplate (#34567)
This commit is contained in:
parent
acceca7029
commit
183dec11f6
@ -6,7 +6,7 @@ import TimePicker from '../time-picker/locale/lt_LT';
|
||||
import Calendar from '../calendar/locale/lt_LT';
|
||||
import { Locale } from '../locale-provider';
|
||||
|
||||
const typeTemplate: string = '${label} не является типом ${type}';
|
||||
const typeTemplate: string = '${label} neatitinka tipo ${type}';
|
||||
|
||||
const localeValues: Locale = {
|
||||
locale: 'lt',
|
||||
|
Loading…
Reference in New Issue
Block a user