mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-30 06:09:34 +08:00
f71d2d5493
* feat: improve nb_NO translations * fix: issued with VSCode not highlighting issues * fix: fix failing snapshot test * Updated rc-picker 1.10.0 -> 1.10.6
9 lines
180 B
TypeScript
9 lines
180 B
TypeScript
import { TimePickerLocale } from '../index';
|
|
|
|
const locale: TimePickerLocale = {
|
|
placeholder: 'Velg tid',
|
|
rangePlaceholder: ['Starttid', 'Sluttid'],
|
|
};
|
|
|
|
export default locale;
|