xypp/flarum-month-date-fix

This package is abandoned and no longer maintained. The author suggests using the flarum/core package instead.

Replace all date format of 'D MMM' with customized format in locale files

Installs: 165

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:TypeScript

Type:flarum-extension

v1.0.0 2024-08-28 18:27 UTC

This package is auto-updated.

Last update: 2024-10-29 02:00:47 UTC


README

License Latest Stable Version Total Downloads

A Flarum extension. Replace all date format of 'D MMM' with customized format in locale files.

Design to resolve the issue of 'D MMM' format in Chinese.(should be 1月1日 instead of 1 1月)

This extension may BREAK OTHER EXTENSIONS in many unexpected ways. Do a full test before using it.

Installation

Install with composer:

composer require xypp/flarum-month-date-fix:"*"

Updating

composer update xypp/flarum-month-date-fix:"*"
php flarum cache:clear

Links