Content deleted Content added
No edit summary |
No edit summary |
||
Line 9:
local cfg = {
['df_vals'] = {['dmy']=true, ['dmy12']=true, ['dow']=true, ['mdy']=true, ['mdy12']=true, ['iso']=true, ['y']=true, ['12']=true, ['24']=true};
['error'] = '<span style="font-size:100%" class="error">{{time}} – $1 ([[Template:Time#Error messages|help]])</span>',
['msgs'] = {
['plus_minus'] = 'invalid use of ±',
['unknown_tz'] = 'unknown timezone $1',
['bad_format'] = 'invalid date format',
['bad_format2'] = 'invalid date format $1',
['test_time'] = 'malformed or incomplete _TEST_TIME_',
['bad_dst'] = 'error calculating dst timestamps',
['bad_def'] = 'incomplete definition for $1',
},
['err_msgs'] = {
['plus_minus'] = '<span style="font-size:100%" class="error">{{time}} – invalid use of ± ([[Template:Time#Error messages|help]])</span>',
|