mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 01:46:45 +02:00
More fixes for format_time().. I removed weeks because they are a bit of a
language pack problem (we already have a string 'week' = "Week" which we can not re-use)
This commit is contained in:
parent
e5da5f70ef
commit
c3c9612c1c
3 changed files with 3 additions and 11 deletions
|
@ -90,6 +90,8 @@
|
|||
|
||||
$strnever = get_string('never');
|
||||
|
||||
$datestring->year = get_string('year');
|
||||
$datestring->years = get_string('years');
|
||||
$datestring->day = get_string('day');
|
||||
$datestring->days = get_string('days');
|
||||
$datestring->hour = get_string('hour');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue