Explorar o código

Update input-gamepads.md

Niko McLys %!s(int64=3) %!d(string=hai) anos
pai
achega
5b7077fd7b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docs/ru/manuals/input-gamepads.md

+ 1 - 1
docs/ru/manuals/input-gamepads.md

@@ -143,7 +143,7 @@ if supports_gamepads() then
 end
 ```
 
-If your game is running from inside an `iframe` you must also make sure that the `iframe` has the `gamepad` permission added:
+Если ваша игра запускается внутри `iframe`, вы также должны убедиться, что в `iframe` добавлено разрешение `gamepad`:
 
 ```html
 <iframe allow="gamepad"></iframe>