mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-26 04:00:13 +08:00
fce6862696
* Add uk-UA localization Ukrainian localization for the following components: - locale-provider - DatePicker - TimePicker - Calendar * Add uk_UA locale to test suite * Add uk_UA locale to tests snapshot Tests on CI are failing because there are no snapshot for uk_UA locale. Generate a snapshot with `npm test -u` command and add it to the test suite.
6 lines
84 B
TypeScript
6 lines
84 B
TypeScript
const locale = {
|
|
placeholder: 'Оберіть час',
|
|
};
|
|
|
|
export default locale;
|