mirror of
https://github.com/Zenithsiz/logistic-belt-network.git
synced 2026-02-03 09:50:34 +00:00
Added logging setting.
Added `en` locale translation.
This commit is contained in:
parent
4610a3d485
commit
cbf2ef36a1
13
locale/en/logistic-belt-network.cfg
Normal file
13
locale/en/logistic-belt-network.cfg
Normal file
@ -0,0 +1,13 @@
|
||||
|
||||
[mod-name]
|
||||
example-mod=Example mod
|
||||
|
||||
[mod-description]
|
||||
example-mod=Lightweight modular example mod with various features and compatibilities\n\nSee source: https://github.com/ZwerOxotnik/factorio-example-mod
|
||||
|
||||
|
||||
[mod-setting-name]
|
||||
lbn:log=Enable logging
|
||||
|
||||
[mod-setting-description]
|
||||
lbn:log=Enables logging to the file log.
|
||||
10
settings.lua
10
settings.lua
@ -1 +1,11 @@
|
||||
-- Settings
|
||||
|
||||
data:extend({
|
||||
{
|
||||
type = "bool-setting",
|
||||
name = "lbn:log",
|
||||
setting_type = "startup",
|
||||
default_value = false,
|
||||
order = "",
|
||||
},
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user