mecha-cms / mecha

Minimalist content management system.

Home Page:https://mecha-cms.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Default Date Fomat Not Applied to Output

taufik-nurrohman opened this issue · comments

Related:

#116

Source:

// Fix for missing language key → default to `en`
if (!Time::_($key)) {
Time::_($key, Time::_('en'));
}