Add date-fns locale for polish language

This commit is contained in:
Maksim Eltyshev
2020-12-20 18:45:33 +05:00
parent 73c3bf3728
commit 2b318fdc7a
2 changed files with 7 additions and 2 deletions

View File

@@ -2,8 +2,8 @@ import fromPairs from 'lodash/fromPairs';
import en from './en/embed';
import de from './de/embed';
import ru from './ru/embed';
import pl from './pl/embed';
import ru from './ru/embed';
const localePairs = [
['en', en],