ant-design/components/time-picker/locale/nb_NO.tsx
Vemund Santi b69a6886d7 Locale/nb-NO (#7122)
* locale: Add Norwegian Bokmål locales to Ant Design

* Add Vemund Santi to authors.

* docs: add Norwegian to list of i18n language examples

* test: add tests for Norwegian Bokmål

* Update dependencies. Use locales from rc-pagination.
2017-08-09 20:36:01 +08:00

6 lines
71 B
TypeScript

const locale = {
placeholder: 'Velg tid',
};
export default locale;