Page MenuHomePhabricator

Replace our use of Intl.RelativeTimeFormat with the convenience wrapper mediawiki.DateFormatter now it exists?
Open, LowPublic

Description

Not a high priority, but as of today mediawiki.DateFormatter has landed and might let us get date formats without having to call mw.config.get( 'wgUserLanguage' ) etc. ourselves.