Added english locale
This commit is contained in:
10
settings.lua
10
settings.lua
@@ -16,7 +16,7 @@ data:extend({
|
||||
},
|
||||
{
|
||||
type = "int-setting",
|
||||
name = "factorio-prometheus-exporter-udp-address",
|
||||
name = "factorio-prometheus-exporter-udp-port",
|
||||
setting_type = "startup",
|
||||
allow_blank = false,
|
||||
default_value = 52555,
|
||||
@@ -77,5 +77,13 @@ data:extend({
|
||||
setting_type = "runtime-global",
|
||||
default_value = true,
|
||||
order = "i"
|
||||
},
|
||||
{
|
||||
type = "bool-setting",
|
||||
name = "factorio-prometheus-exporter-export_train_stats",
|
||||
setting_type = "runtime-global",
|
||||
default_value = true,
|
||||
order = "i"
|
||||
}
|
||||
|
||||
})
|
||||
Reference in New Issue
Block a user