Add date-fns locale for polish language

This commit is contained in:
Maksim Eltyshev
2020-12-20 18:45:33 +05:00
parent ba25aaf01f
commit 4f19521965
2 changed files with 7 additions and 2 deletions
+1 -1
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],