summaryrefslogtreecommitdiffstats
path: root/server/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/main.cpp')
-rw-r--r--server/src/main.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/server/src/main.cpp b/server/src/main.cpp
index 99f19da..3ef45c6 100644
--- a/server/src/main.cpp
+++ b/server/src/main.cpp
@@ -33,10 +33,9 @@ auto real_main(std::span<char const*> args) -> exit_status
33 auto locales = { 33 auto locales = {
34 default_locale, 34 default_locale,
35 lgen->generate("nl_NL.UTF-8"), 35 lgen->generate("nl_NL.UTF-8"),
36 lgen->generate("de_DE.UTF-8"),
37 lgen->generate("en_GB.UTF-8"), 36 lgen->generate("en_GB.UTF-8"),
38 }; 37 };
39 auto lsel = routemon::locale::selector{locales, default_locale, lgen}; 38 auto lsel = routemon::locale::selector{locales, default_locale};
40 39
41 auto ioc = net::io_context{1 /* concurrency hint */}; 40 auto ioc = net::io_context{1 /* concurrency hint */};
42 41