mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-29 13:47:02 +08:00
b69a6886d7
* 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.
6 lines
71 B
TypeScript
6 lines
71 B
TypeScript
const locale = {
|
|
placeholder: 'Velg tid',
|
|
};
|
|
|
|
export default locale;
|