Locale data JS merged

timeago.js Japanese future times say 以内 (within) instead of 後 (later)

Japanese future times used 以内 (within) instead of 後 (later)

timeago.js · hustcc/timeago.js

Symptom

Future timestamps in the ja locale used 以内 (within) instead of 後 (later), so '3 minutes from now' rendered as 3分以内 (within 3 minutes), which means the opposite.

Minimal repro
timeago a future timestamp with the ja locale; it renders '3分以内' instead of '3分後'.
Fix

Use 後 for future time strings in the ja locale.

Merged PR → #timeago-ja-future-go

Also in: JavaScript

← all 93 entries