feat: Add Polish to languageOptions (#2593)

This commit is contained in:
Saumya Pandey
2021-09-19 22:15:26 +05:30
committed by GitHub
parent 313067ff7b
commit 9c3c0fe418
2 changed files with 4 additions and 1 deletions

View File

@@ -13,6 +13,7 @@ import {
zhCN,
zhTW,
ru,
pl,
} from "date-fns/locale";
const locales = {
@@ -29,6 +30,7 @@ const locales = {
zh_CN: zhCN,
zh_TW: zhTW,
ru_RU: ru,
pl_PL: pl,
};
export function dateLocale(userLocale: ?string) {