1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-19 04:41:53 +02:00

Closes #3355 - allow for proper translation relative datetime 'ago' and 'in'.

This commit is contained in:
Tijn Kuyper
2019-02-11 11:03:15 +01:00
parent 7259688c6d
commit 2f67965d1f
2 changed files with 16 additions and 9 deletions

View File

@@ -22,4 +22,7 @@ define("LANDT_09s", "secs");
define("LANDT_AGO", "ago");
define("LANDT_IN", "in");
define("LANDT_10", "Just now");
define("LANDT_10", "Just now");
define("LANDT_XAGO", "[x] ago");
define("LANDT_INX", "in [x]");