Added format_time

This commit is contained in:
Cooldude2606
2019-03-24 16:58:20 +00:00
parent 7c4210f8b4
commit 6f6a1732ce
4 changed files with 114 additions and 3 deletions

View File

@@ -14,4 +14,19 @@ invalid-param=Invalid Param "__1__"; __2__
command-help=__1__ - __2__
command-ran=Command Complete
command-fail=Command failed to run: __1__
command-error-log-format=[ERROR] command/__1__ :: __2__
command-error-log-format=[ERROR] command/__1__ :: __2__
[time-format]
simple-format-none=__1__
simple-format-div=__1__:__2__
simple-format-tagged=__1__ __2__
long-days=__1__ __plural_for_parameter_1_{1=Day|rest=Days}__
short-days=__1__D
long-hours=__1__ __plural_for_parameter_1_{1=Hour|rest=Hours}__
short-hours=__1__H
long-minutes=__1__ __plural_for_parameter_1_{1=Minute|rest=Minutes}__
short-minutes=__1__M
long-seconds=__1__ __plural_for_parameter_1_{1=Second|rest=Seconds}__
short-seconds=__1__S
long-ticks=__1__ __plural_for_parameter_1_{1=Tick|rest=Ticks}__
short-ticks=__1__T