Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated link for Google JavaScript Style Guide #319

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion i18n/ar-ar/partials/code-style.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<h3>اصطلاحات</h3>

<p>
As every language, JavaScript has many code style guides. Maybe the most used and recommended is the <a target="_blank" href="https://google.github.io/styleguide/javascriptguide.xml">Google Code Style Guide for JavaScript</a>, but we recommend you read <a target="_blank" href="https://github.com/rwldrn/idiomatic.js/">Idiomatic.js</a>.
As every language, JavaScript has many code style guides. Maybe the most used and recommended is the <a target="_blank" href="https://google.github.io/styleguide/jsguide.html">Google Code Style Guide for JavaScript</a>, but we recommend you read <a target="_blank" href="https://github.com/rwldrn/idiomatic.js/">Idiomatic.js</a>.
</p>

<h3>التضميد</h3>
Expand Down
2 changes: 1 addition & 1 deletion i18n/de-de/partials/code-style.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<h3>Richtlinien</h3>

<p>
Auch JavaScript hat, so wie jede Programmiersprache, viele unterschiedliche Leitfäden für den Code-Style. Der womöglich am meisten verwendete und weiterempfohlene ist der <a target="_blank" href="https://google.github.io/styleguide/javascriptguide.xml">Google Code-Style-Guide für JavaScript</a>, aber wir empfehlen dir <a target="_blank" href="https://github.com/rwldrn/idiomatic.js/">Idiomatic.js</a> zu lesen.
Auch JavaScript hat, so wie jede Programmiersprache, viele unterschiedliche Leitfäden für den Code-Style. Der womöglich am meisten verwendete und weiterempfohlene ist der <a target="_blank" href="https://google.github.io/styleguide/jsguide.html">Google Code-Style-Guide für JavaScript</a>, aber wir empfehlen dir <a target="_blank" href="https://github.com/rwldrn/idiomatic.js/">Idiomatic.js</a> zu lesen.
</p>

<h3>Code-Analyse (Linting)</h3>
Expand Down
2 changes: 1 addition & 1 deletion i18n/en-us/partials/code-style.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<h3>Conventions</h3>

<p>
As every language, JavaScript has many code style guides. Maybe the most used and recommended is the <a target="_blank" href="https://google.github.io/styleguide/javascriptguide.xml">Google Code Style Guide for JavaScript</a>, but we recommend you read <a target="_blank" href="https://github.com/rwldrn/idiomatic.js/">Idiomatic.js</a>.
As every language, JavaScript has many code style guides. Maybe the most used and recommended is the <a target="_blank" href="https://google.github.io/styleguide/jsguide.html">Google Code Style Guide for JavaScript</a>, but we recommend you read <a target="_blank" href="https://github.com/rwldrn/idiomatic.js/">Idiomatic.js</a>.
</p>

<h3>Linting</h3>
Expand Down
2 changes: 1 addition & 1 deletion i18n/es-es/partials/code-style.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<h3>Convenciones</h3>

<p>
Como todo lenguaje, JavaScript tiene muchas guías de estilo. Quizas la más usada y recomendada es la <a target="_blank" href="https://google.github.io/styleguide/javascriptguide.xml">Guía de Estilo de Google para JavaScript</a>, pero nosotros te recomendamos leer <a target="_blank" href="https://github.com/rwldrn/idiomatic.js/">Idiomatic.js</a>.
Como todo lenguaje, JavaScript tiene muchas guías de estilo. Quizas la más usada y recomendada es la <a target="_blank" href="https://google.github.io/styleguide/jsguide.html">Guía de Estilo de Google para JavaScript</a>, pero nosotros te recomendamos leer <a target="_blank" href="https://github.com/rwldrn/idiomatic.js/">Idiomatic.js</a>.
</p>

<h3>Linting</h3>
Expand Down
2 changes: 1 addition & 1 deletion i18n/fa-ir/partials/code-style.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<h3>Conventions</h3>

<p>
As every language, JavaScript has many code style guides. Maybe the most used and recommended is the <a target="_blank" href="https://google.github.io/styleguide/javascriptguide.xml">Google Code Style Guide for JavaScript</a>, but we recommend you read <a target="_blank" href="https://github.com/rwldrn/idiomatic.js/">Idiomatic.js</a>.
As every language, JavaScript has many code style guides. Maybe the most used and recommended is the <a target="_blank" href="https://google.github.io/styleguide/jsguide.html">Google Code Style Guide for JavaScript</a>, but we recommend you read <a target="_blank" href="https://github.com/rwldrn/idiomatic.js/">Idiomatic.js</a>.
</p>

<h3>Linting</h3>
Expand Down
2 changes: 1 addition & 1 deletion i18n/ko-kr/partials/code-style.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<h3>컨벤션 (코드 작성 규칙)</h3>

<p>
다른 언어들과 마찬가지로 JavaScript에도 다양한 코딩 스타일 규칙이 있습니다. 아마도 가장 많은 이들이 사용하고, 추천하는 것은 <a target="_blank" href="https://google.github.io/styleguide/javascriptguide.xml">구글 JavaScript 코드 스타일 규칙</a>일 것입니다. 하지만 우리는 당신에게 <a target="_blank" href="https://github.com/rwldrn/idiomatic.js/">Idiomatic.js</a> 를 읽어볼 것을 추천합니다.
다른 언어들과 마찬가지로 JavaScript에도 다양한 코딩 스타일 규칙이 있습니다. 아마도 가장 많은 이들이 사용하고, 추천하는 것은 <a target="_blank" href="https://google.github.io/styleguide/jsguide.html">구글 JavaScript 코드 스타일 규칙</a>일 것입니다. 하지만 우리는 당신에게 <a target="_blank" href="https://github.com/rwldrn/idiomatic.js/">Idiomatic.js</a> 를 읽어볼 것을 추천합니다.
</p>

<h3>린팅 (코드 스타일 검사)</h3>
Expand Down
2 changes: 1 addition & 1 deletion i18n/pt-br/partials/code-style.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<h3>Convenções</h3>

<p>
Assim como todas as linguagens, JavaScript tem muitos guias de estilo de código. Talvez o mais usado e recomendado seja o <a target="_blank" href="https://google.github.io/styleguide/javascriptguide.xml">Google Code Style Guide for JavaScript</a>, mas recomendamos a leitura do <a target="_blank" href="https://github.com/rwaldron/idiomatic.js/tree/master/translations/pt_BR">Idiomatic.js</a>.
Assim como todas as linguagens, JavaScript tem muitos guias de estilo de código. Talvez o mais usado e recomendado seja o <a target="_blank" href="https://google.github.io/styleguide/jsguide.html">Google Code Style Guide for JavaScript</a>, mas recomendamos a leitura do <a target="_blank" href="https://github.com/rwaldron/idiomatic.js/tree/master/translations/pt_BR">Idiomatic.js</a>.
</p>

<h3>Análise de código (<i>Linting</i>)</h3>
Expand Down
2 changes: 1 addition & 1 deletion i18n/ru-ru/partials/code-style.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<h3>Условные обозначения</h3>

<p>
Как любой другой язык, JavaScript имеет множество стилей кодирования. Возможно самый используемый и рекомендуемый это <a target="_blank" href="https://google.github.io/styleguide/javascriptguide.xml">Руководство по оформлению Javascript кода от Google Code</a>, но мы рекомендуем ознакомиться с <a target="_blank" href="https://github.com/rwldrn/idiomatic.js/">Idiomatic.js</a>.
Как любой другой язык, JavaScript имеет множество стилей кодирования. Возможно самый используемый и рекомендуемый это <a target="_blank" href="https://google.github.io/styleguide/jsguide.html">Руководство по оформлению Javascript кода от Google Code</a>, но мы рекомендуем ознакомиться с <a target="_blank" href="https://github.com/rwldrn/idiomatic.js/">Idiomatic.js</a>.
</p>

<h3>Валидация кода</h3>
Expand Down
2 changes: 1 addition & 1 deletion i18n/zh-cn/partials/code-style.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<h3>编程风格规范</h3>

<p>
JavaScript 和其他编程语言一样,有各种版本的编程风格指南。或许大家会推荐 <a target="_blank" href="https://google.github.io/styleguide/javascriptguide.xml">Google Code Style Guide for JavaScript</a>,但我们更推荐 <a target="_blank" href="https://github.com/rwldrn/idiomatic.js/">Idiomatic.js</a>
JavaScript 和其他编程语言一样,有各种版本的编程风格指南。或许大家会推荐 <a target="_blank" href="https://google.github.io/styleguide/jsguide.html">Google Code Style Guide for JavaScript</a>,但我们更推荐 <a target="_blank" href="https://github.com/rwldrn/idiomatic.js/">Idiomatic.js</a>
</p>

<h3>代码检查</h3>
Expand Down
2 changes: 1 addition & 1 deletion i18n/zh-tw/partials/code-style.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<h3>程式碼慣例</h3>

<p>
JavaScript 和其他程式語言一樣,有各種版本的編碼風格指引。或許大家常會推薦 <a target="_blank" href="https://google.github.io/styleguide/javascriptguide.xml">Google Code Style Guide for JavaScript</a>,但我們更推薦 <a target="_blank" href="https://github.com/rwldrn/idiomatic.js/">Idiomatic.js</a>
JavaScript 和其他程式語言一樣,有各種版本的編碼風格指引。或許大家常會推薦 <a target="_blank" href="https://google.github.io/styleguide/jsguide.html">Google Code Style Guide for JavaScript</a>,但我們更推薦 <a target="_blank" href="https://github.com/rwldrn/idiomatic.js/">Idiomatic.js</a>
</p>

<h3>程式碼檢查</h3>
Expand Down
6 changes: 3 additions & 3 deletions public/de-de/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ <h1><a href="#js-code-style">JS CODE-STYLE</a></h1>
<h3>Richtlinien</h3>

<p>
Auch JavaScript hat, so wie jede Programmiersprache, viele unterschiedliche Leitfäden für den Code-Style. Der womöglich am meisten verwendete und weiterempfohlene ist der <a target="_blank" href="https://google.github.io/styleguide/javascriptguide.xml">Google Code-Style-Guide für JavaScript</a>, aber wir empfehlen dir <a target="_blank" href="https://github.com/rwldrn/idiomatic.js/">Idiomatic.js</a> zu lesen.
Auch JavaScript hat, so wie jede Programmiersprache, viele unterschiedliche Leitfäden für den Code-Style. Der womöglich am meisten verwendete und weiterempfohlene ist der <a target="_blank" href="https://google.github.io/styleguide/jsguide.html">Google Code-Style-Guide für JavaScript</a>, aber wir empfehlen dir <a target="_blank" href="https://github.com/rwldrn/idiomatic.js/">Idiomatic.js</a> zu lesen.
</p>

<h3>Code-Analyse (Linting)</h3>
Expand Down Expand Up @@ -305,7 +305,7 @@ <h5>Arindam Paul - JavaScript VM internals, EventLoop, Async and ScopeChains</h5
<section class="section" id="patterns">
<div class="wrapper">
<h1><a href="#patterns">ENTWURFSMUSTER</a></h1>

<h3>Beschreibung</h3>

<p>
Expand Down Expand Up @@ -893,7 +893,7 @@ <h1><a href="#game-engines">SPIELE-ENGINES</a></h1>
</section>

<p class="source">
Isogenic is an advanced game engine that provides the most advanced networking and realtime multiplayer functionality available in any HTML 5 game engine. The system is based on entity streaming and includes powerful simulation options and client-side entity interpolation from delta updates.
Isogenic is an advanced game engine that provides the most advanced networking and realtime multiplayer functionality available in any HTML 5 game engine. The system is based on entity streaming and includes powerful simulation options and client-side entity interpolation from delta updates.
</p>

</div>
Expand Down
2 changes: 1 addition & 1 deletion public/en-us/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ <h1><a href="#js-code-style">JS CODE STYLE</a></h1>
<h3>Conventions</h3>

<p>
As every language, JavaScript has many code style guides. Maybe the most used and recommended is the <a target="_blank" href="https://google.github.io/styleguide/javascriptguide.xml">Google Code Style Guide for JavaScript</a>, but we recommend you read <a target="_blank" href="https://github.com/rwldrn/idiomatic.js/">Idiomatic.js</a>.
As every language, JavaScript has many code style guides. Maybe the most used and recommended is the <a target="_blank" href="https://google.github.io/styleguide/jsguide.html">Google Code Style Guide for JavaScript</a>, but we recommend you read <a target="_blank" href="https://github.com/rwldrn/idiomatic.js/">Idiomatic.js</a>.
</p>

<h3>Linting</h3>
Expand Down
6 changes: 3 additions & 3 deletions public/es-es/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ <h1><a href="#js-code-style">ESTILO DE CODIGO DE JS</a></h1>
<h3>Convenciones</h3>

<p>
Como todo lenguaje, JavaScript tiene muchas guías de estilo. Quizas la más usada y recomendada es la <a target="_blank" href="https://google.github.io/styleguide/javascriptguide.xml">Guía de Estilo de Google para JavaScript</a>, pero nosotros te recomendamos leer <a target="_blank" href="https://github.com/rwldrn/idiomatic.js/">Idiomatic.js</a>.
Como todo lenguaje, JavaScript tiene muchas guías de estilo. Quizas la más usada y recomendada es la <a target="_blank" href="https://google.github.io/styleguide/jsguide.html">Guía de Estilo de Google para JavaScript</a>, pero nosotros te recomendamos leer <a target="_blank" href="https://github.com/rwldrn/idiomatic.js/">Idiomatic.js</a>.
</p>

<h3>Linting</h3>
Expand Down Expand Up @@ -303,7 +303,7 @@ <h5>Arindam Paul - JavaScript VM internals, EventLoop, Async and ScopeChains</h5
<section class="section" id="patterns">
<div class="wrapper">
<h1><a href="#patterns">PATRONES</a></h1>

<h3>Descripción</h3>

<p>
Expand Down Expand Up @@ -891,7 +891,7 @@ <h1><a href="#game-engines">MOTORES DE JUEGO</a></h1>
</section>

<p class="source">
Isogenic is an advanced game engine that provides the most advanced networking and realtime multiplayer functionality available in any HTML 5 game engine. The system is based on entity streaming and includes powerful simulation options and client-side entity interpolation from delta updates.
Isogenic is an advanced game engine that provides the most advanced networking and realtime multiplayer functionality available in any HTML 5 game engine. The system is based on entity streaming and includes powerful simulation options and client-side entity interpolation from delta updates.
</p>

</div>
Expand Down
6 changes: 3 additions & 3 deletions public/fa-ir/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ <h1><a href="#js-code-style">JS CODE STYLE</a></h1>
<h3>Conventions</h3>

<p>
As every language, JavaScript has many code style guides. Maybe the most used and recommended is the <a target="_blank" href="https://google.github.io/styleguide/javascriptguide.xml">Google Code Style Guide for JavaScript</a>, but we recommend you read <a target="_blank" href="https://github.com/rwldrn/idiomatic.js/">Idiomatic.js</a>.
As every language, JavaScript has many code style guides. Maybe the most used and recommended is the <a target="_blank" href="https://google.github.io/styleguide/jsguide.html">Google Code Style Guide for JavaScript</a>, but we recommend you read <a target="_blank" href="https://github.com/rwldrn/idiomatic.js/">Idiomatic.js</a>.
</p>

<h3>Linting</h3>
Expand Down Expand Up @@ -303,7 +303,7 @@ <h5>Arindam Paul - JavaScript VM internals, EventLoop, Async and ScopeChains</h5
<section class="section" id="patterns">
<div class="wrapper">
<h1><a href="#patterns">PATTERNS</a></h1>

<h3>Description</h3>

<p>
Expand Down Expand Up @@ -891,7 +891,7 @@ <h1><a href="#game-engines">GAME ENGINES</a></h1>
</section>

<p class="source">
Isogenic is an advanced game engine that provides the most advanced networking and realtime multiplayer functionality available in any HTML 5 game engine. The system is based on entity streaming and includes powerful simulation options and client-side entity interpolation from delta updates.
Isogenic is an advanced game engine that provides the most advanced networking and realtime multiplayer functionality available in any HTML 5 game engine. The system is based on entity streaming and includes powerful simulation options and client-side entity interpolation from delta updates.
</p>

</div>
Expand Down
6 changes: 3 additions & 3 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ <h1><a href="#js-code-style">JS CODE STYLE</a></h1>
<h3>Conventions</h3>

<p>
As every language, JavaScript has many code style guides. Maybe the most used and recommended is the <a target="_blank" href="https://google.github.io/styleguide/javascriptguide.xml">Google Code Style Guide for JavaScript</a>, but we recommend you read <a target="_blank" href="https://github.com/rwldrn/idiomatic.js/">Idiomatic.js</a>.
As every language, JavaScript has many code style guides. Maybe the most used and recommended is the <a target="_blank" href="https://google.github.io/styleguide/jsguide.html">Google Code Style Guide for JavaScript</a>, but we recommend you read <a target="_blank" href="https://github.com/rwldrn/idiomatic.js/">Idiomatic.js</a>.
</p>

<h3>Linting</h3>
Expand Down Expand Up @@ -303,7 +303,7 @@ <h5>Arindam Paul - JavaScript VM internals, EventLoop, Async and ScopeChains</h5
<section class="section" id="patterns">
<div class="wrapper">
<h1><a href="#patterns">PATTERNS</a></h1>

<h3>Description</h3>

<p>
Expand Down Expand Up @@ -891,7 +891,7 @@ <h1><a href="#game-engines">GAME ENGINES</a></h1>
</section>

<p class="source">
Isogenic is an advanced game engine that provides the most advanced networking and realtime multiplayer functionality available in any HTML 5 game engine. The system is based on entity streaming and includes powerful simulation options and client-side entity interpolation from delta updates.
Isogenic is an advanced game engine that provides the most advanced networking and realtime multiplayer functionality available in any HTML 5 game engine. The system is based on entity streaming and includes powerful simulation options and client-side entity interpolation from delta updates.
</p>

</div>
Expand Down
6 changes: 3 additions & 3 deletions public/ko-kr/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ <h1><a href="#js-code-style">JavaScript 코딩 스타일</a></h1>
<h3>컨벤션 (코드 작성 규칙)</h3>

<p>
다른 언어들과 마찬가지로 JavaScript에도 다양한 코딩 스타일 규칙이 있습니다. 아마도 가장 많은 이들이 사용하고, 추천하는 것은 <a target="_blank" href="https://google.github.io/styleguide/javascriptguide.xml">구글 JavaScript 코드 스타일 규칙</a>일 것입니다. 하지만 우리는 당신에게 <a target="_blank" href="https://github.com/rwldrn/idiomatic.js/">Idiomatic.js</a> 를 읽어볼 것을 추천합니다.
다른 언어들과 마찬가지로 JavaScript에도 다양한 코딩 스타일 규칙이 있습니다. 아마도 가장 많은 이들이 사용하고, 추천하는 것은 <a target="_blank" href="https://google.github.io/styleguide/jsguide.html">구글 JavaScript 코드 스타일 규칙</a>일 것입니다. 하지만 우리는 당신에게 <a target="_blank" href="https://github.com/rwldrn/idiomatic.js/">Idiomatic.js</a> 를 읽어볼 것을 추천합니다.
</p>

<h3>린팅 (코드 스타일 검사)</h3>
Expand Down Expand Up @@ -302,7 +302,7 @@ <h5>Arindam Paul - JavaScript VM internals, EventLoop, Async and ScopeChains</h5
<section class="section" id="patterns">
<div class="wrapper">
<h1><a href="#patterns">패턴</a></h1>

<h3>설명</h3>

<p>
Expand Down Expand Up @@ -890,7 +890,7 @@ <h1><a href="#game-engines">게임 엔진</a></h1>
</section>

<p class="source">
Isogenic is an advanced game engine that provides the most advanced networking and realtime multiplayer functionality available in any HTML 5 game engine. The system is based on entity streaming and includes powerful simulation options and client-side entity interpolation from delta updates.
Isogenic is an advanced game engine that provides the most advanced networking and realtime multiplayer functionality available in any HTML 5 game engine. The system is based on entity streaming and includes powerful simulation options and client-side entity interpolation from delta updates.
</p>

</div>
Expand Down
Loading