修复了(也许?en-us.toml中console,in game commands,window多了个双引号的问题

This commit is contained in:
Billchyi 2022-06-14 12:41:30 +08:00
parent 254875574b
commit c6e7c498ea

View File

@ -43,9 +43,9 @@ language = "English"
"libs.outer" = "using global pyglet, version: {}\n(may cause bug)"
"fonts.found" = "found fonts in font lib: {}"
"fonts.load" = "loading fonts: {}"
"game.input_stop" = ""console""
"game.command_stop" = ""in game commands""
"game.window_stop" = ""window""
"game.input_stop" = "console"
"game.command_stop" = "in game commands"
"game.window_stop" = "window"
"game.stop_get" = "Received closing commands from {}, game closing"
"game.stop" = "game closing, saving data……"
"game.end" = "game closed"