mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-14 16:02:14 +09:00
Fix incorrect unit display in English
This commit is contained in:
parent
8b8a0d0159
commit
f51d4af2b6
1 changed files with 2 additions and 2 deletions
|
|
@ -179,8 +179,8 @@ $lang->private = 'private';
|
|||
$lang->etc = 'Others';
|
||||
$lang->unit_sec = 'sec';
|
||||
$lang->unit_min = 'min';
|
||||
$lang->unit_hour = 'hr';
|
||||
$lang->unit_day = 'th';
|
||||
$lang->unit_hour = 'hour';
|
||||
$lang->unit_day = 'day';
|
||||
$lang->unit_month = 'month';
|
||||
$lang->unit_year = 'year';
|
||||
$lang->unit_count = 'count';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue