waf / CSharpRepl

A command line C# REPL with syntax highlighting – explore the language, libraries and nuget packages interactively.
https://fuqua.io/CSharpRepl/
Mozilla Public License 2.0
2.83k stars 106 forks source link

'Not found' page opens instead of documentation #293

Closed Keyros closed 10 months ago

Keyros commented 1 year ago

Version

C# REPL 0.6.3

What happened?

'Not found' page opens instead of documentation

Screenshot 2023-08-03 at 16 54 10

apparently it has something to do with the default culture on my machine

I think as an option we can make it possible to set the culture at startup(command line, config file)

Keyros commented 1 year ago

Related to #241