diff options
| author | Rutger Broekhoff | 2026-09-10 10:59:59 +0200 |
|---|---|---|
| committer | Rutger Broekhoff | 2026-09-10 10:59:59 +0200 |
| commit | a4408b5ac4ec10421bf9a7d5bf277946ec9f786e (patch) | |
| tree | 0a5214580a1557b3eb85f0a3ab0e15c5c9ec9f50 /server/src/main.cpp | |
| parent | 4031e77edd2abd694114be698312d086bce6b425 (diff) | |
| download | routemon-a4408b5ac4ec10421bf9a7d5bf277946ec9f786e.tar.gz routemon-a4408b5ac4ec10421bf9a7d5bf277946ec9f786e.zip | |
Diffstat (limited to 'server/src/main.cpp')
| -rw-r--r-- | server/src/main.cpp | 3 |
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 | ||