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