aboutsummaryrefslogtreecommitdiff
path: root/backend/config.go
diff options
context:
space:
mode:
Diffstat (limited to 'backend/config.go')
-rw-r--r--backend/config.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/backend/config.go b/backend/config.go
index 29e1397..cd24592 100644
--- a/backend/config.go
+++ b/backend/config.go
@@ -29,6 +29,7 @@ type Config struct {
Description string `toml:"description"`
DefaultImage string `toml:"default_image"`
Quotes []string `toml:"quotes"`
+ Language string `toml:"language"`
Sections []Section `toml:"section"`