mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-27 04:36:19 +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.
3 lines
74 B
TypeScript
3 lines
74 B
TypeScript
import uk_UA from '../../date-picker/locale/uk_UA';
|
|
export default uk_UA;
|