10 lines
117 B
Lua
10 lines
117 B
Lua
|
return {
|
||
|
legend = {
|
||
|
{ "DataDir" },
|
||
|
{ "StoreRates" },
|
||
|
{ }
|
||
|
},
|
||
|
label = _("CSV Output"),
|
||
|
category = "output"
|
||
|
}
|