1
0
mirror of https://github.com/flarum/core.git synced 2025-08-07 00:47:00 +02:00

feat: date time formats from locales (#4029)

Co-authored-by: Sami Mazouz <sychocouldy@gmail.com>
This commit is contained in:
2024-10-23 18:11:07 +08:00
committed by GitHub
parent 983d42160d
commit d041515e19
8 changed files with 47 additions and 11 deletions

View File

@@ -843,6 +843,14 @@ core:
username:
deleted_text: "[deleted]"
# These are DayJS formats used in core.
datetime_formats:
fullTime: LLLL
humanTimeShort: D MMM
humanTimeLong: ll
scrubber: MMMM YYYY
userListJoinDate: LLL
# Translations in this namespace are used in views other than Flarum's normal JS client.
views:
# Translations in this namespace are displayed by the basic HTML admin index.