tmp disable SSR for pl
This commit is contained in:
parent
bcfda1c401
commit
38c1fa33f8
|
@ -1,5 +1,6 @@
|
||||||
const overloadPeriods = {
|
const overloadPeriods = {
|
||||||
// en: [[15, 24]],
|
// en: [[15, 24]],
|
||||||
|
pl: [[0, 24]],
|
||||||
};
|
};
|
||||||
|
|
||||||
module.exports = (locale, timestamp = new Date) => {
|
module.exports = (locale, timestamp = new Date) => {
|
||||||
|
|
Reference in New Issue