hi,
In english, very far date are writtens generated on 12/23/2012
The dateAgoInWords() method generate on %s string. This is here https://github.com/cakephp/cakephp/blob/3653648f88a14f526665f6b0d0b156ea868b4e88/src/I18n/RelativeTimeFormatter.php#L410
The on %s is translated as sur %s. on is well translated by sur in french, but not in date case :/
The right translation, is le %s (the %s in english)
There is a possibility to distinguish that ?
Thanks