Content deleted Content added
No edit summary |
localization |
||
Line 20:
{
-- $1 is a placeholder for the actual number
[0] = "$1
[1] = "$100
[2] = "$10
[3] = "$1
[4] = "$100
[5] = "$10
[6] = "$1
[7] = "$1
[8] = "$
-- the following use the format of #time parser function
[9] = "Y", -- precision: year,
[10] = "F Y", -- precision: month
[11] = "
[12] =
[13] = "
[14] = "
["beforenow"] = "
["afternow"] = "
["bc"] = '$1 "
["ad"] = "$1" -- how print positive years
},
|