You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-06-26 18:51:00 +02:00
Fixing mistranslation in match
statement (#416)
This commit is contained in:
@ -6839,7 +6839,7 @@ msgid ""
|
||||
msgstr ""
|
||||
" match input {\n"
|
||||
" 'q' => println!(\"Sair\"),\n"
|
||||
" 'um' | 's' | 'w' | 'd' => println!(\"Movendo-se\"),\n"
|
||||
" 'a' | 's' | 'w' | 'd' => println!(\"Movendo-se\"),\n"
|
||||
" '0'..='9' => println!(\"Number input\"),\n"
|
||||
" _ => println!(\"Algo mais\"),\n"
|
||||
" }\n"
|
||||
|
Reference in New Issue
Block a user