Skip to content

Commit b370f93

Browse files
committed
docs: Update HTML
1 parent 4cb6564 commit b370f93

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/basics/html/hi/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1094,7 +1094,7 @@ <h3 id="उदहरण">उदाहरण</h3>
10941094
<span id="cb7-7"><a href="#cb7-7" aria-hidden="true" tabindex="-1"></a><span class="bu">print</span>(game.stats.durability, game.stats.stamina, game.stats.held)</span>
10951095
<span id="cb7-8"><a href="#cb7-8" aria-hidden="true" tabindex="-1"></a></span>
10961096
<span id="cb7-9"><a href="#cb7-9" aria-hidden="true" tabindex="-1"></a>game.quit()</span></code></pre></div>
1097-
<p>उपयोक्ता के चरित्र की दिशा बदलने के लिए <em>घुमाएं</em></p>
1097+
<p>उपयोगकर्ता के चरित्र के सामने संभावित बाधाओं का पता लगाएं:</p>
10981098
<div class="sourceCode" id="cb8"><pre
10991099
class="sourceCode python"><code class="sourceCode python"><span id="cb8-1"><a href="#cb8-1" aria-hidden="true" tabindex="-1"></a><span class="im">from</span> gameeky.library <span class="im">import</span> Game, Direction</span>
11001100
<span id="cb8-2"><a href="#cb8-2" aria-hidden="true" tabindex="-1"></a></span>

docs/basics/html/nl/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1111,7 +1111,7 @@ <h3 id="voorbeelden">Voorbeelden</h3>
11111111
<span id="cb7-7"><a href="#cb7-7" aria-hidden="true" tabindex="-1"></a><span class="bu">print</span>(game.stats.durability, game.stats.stamina, game.stats.held)</span>
11121112
<span id="cb7-8"><a href="#cb7-8" aria-hidden="true" tabindex="-1"></a></span>
11131113
<span id="cb7-9"><a href="#cb7-9" aria-hidden="true" tabindex="-1"></a>game.quit()</span></code></pre></div>
1114-
<p><em>Draaien</em> om de looprichting van de speler te veranderen.</p>
1114+
<p>Herken mogelijke obstakels nabij het spelerspersonage:</p>
11151115
<div class="sourceCode" id="cb8"><pre
11161116
class="sourceCode python"><code class="sourceCode python"><span id="cb8-1"><a href="#cb8-1" aria-hidden="true" tabindex="-1"></a><span class="im">from</span> gameeky.library <span class="im">import</span> Game, Direction</span>
11171117
<span id="cb8-2"><a href="#cb8-2" aria-hidden="true" tabindex="-1"></a></span>

docs/basics/html/pt_BR/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1151,7 +1151,7 @@ <h3 id="exemplos">Exemplos</h3>
11511151
<span id="cb7-7"><a href="#cb7-7" aria-hidden="true" tabindex="-1"></a><span class="bu">print</span>(game.stats.durability, game.stats.stamina, game.stats.held)</span>
11521152
<span id="cb7-8"><a href="#cb7-8" aria-hidden="true" tabindex="-1"></a></span>
11531153
<span id="cb7-9"><a href="#cb7-9" aria-hidden="true" tabindex="-1"></a>game.quit()</span></code></pre></div>
1154-
<p><em>Girar</em> para alterar a direção do personagem do usuário.</p>
1154+
<p>Detecte possíveis obstáculos na frente do personagem do usuário:</p>
11551155
<div class="sourceCode" id="cb8"><pre
11561156
class="sourceCode python"><code class="sourceCode python"><span id="cb8-1"><a href="#cb8-1" aria-hidden="true" tabindex="-1"></a><span class="im">from</span> gameeky.library <span class="im">import</span> Game, Direction</span>
11571157
<span id="cb8-2"><a href="#cb8-2" aria-hidden="true" tabindex="-1"></a></span>

0 commit comments

Comments
 (0)