From 86c9c8e3edb65384d364165b0e3d51d8a87d9ef3 Mon Sep 17 00:00:00 2001 From: Pawel Kochanek Date: Thu, 25 Oct 2018 07:05:09 +0200 Subject: [PATCH] Updated link for Google JavaScript Style Guide --- i18n/ar-ar/partials/code-style.html | 2 +- i18n/de-de/partials/code-style.html | 2 +- i18n/en-us/partials/code-style.html | 2 +- i18n/es-es/partials/code-style.html | 2 +- i18n/fa-ir/partials/code-style.html | 2 +- i18n/ko-kr/partials/code-style.html | 2 +- i18n/pt-br/partials/code-style.html | 2 +- i18n/ru-ru/partials/code-style.html | 2 +- i18n/zh-cn/partials/code-style.html | 2 +- i18n/zh-tw/partials/code-style.html | 2 +- public/de-de/index.html | 6 +++--- public/en-us/index.html | 2 +- public/es-es/index.html | 6 +++--- public/fa-ir/index.html | 6 +++--- public/index.html | 6 +++--- public/ko-kr/index.html | 6 +++--- public/pt-br/index.html | 6 +++--- public/ru-ru/index.html | 2 +- public/zh-cn/index.html | 4 ++-- public/zh-tw/index.html | 4 ++-- 20 files changed, 34 insertions(+), 34 deletions(-) diff --git a/i18n/ar-ar/partials/code-style.html b/i18n/ar-ar/partials/code-style.html index caa3dfc..76f815b 100644 --- a/i18n/ar-ar/partials/code-style.html +++ b/i18n/ar-ar/partials/code-style.html @@ -1,7 +1,7 @@

اصطلاحات

- As every language, JavaScript has many code style guides. Maybe the most used and recommended is the Google Code Style Guide for JavaScript, but we recommend you read Idiomatic.js. + As every language, JavaScript has many code style guides. Maybe the most used and recommended is the Google Code Style Guide for JavaScript, but we recommend you read Idiomatic.js.

التضميد

diff --git a/i18n/de-de/partials/code-style.html b/i18n/de-de/partials/code-style.html index 8bd3037..8caeae0 100644 --- a/i18n/de-de/partials/code-style.html +++ b/i18n/de-de/partials/code-style.html @@ -1,7 +1,7 @@

Richtlinien

- 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 Google Code-Style-Guide für JavaScript, aber wir empfehlen dir Idiomatic.js 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 Google Code-Style-Guide für JavaScript, aber wir empfehlen dir Idiomatic.js zu lesen.

Code-Analyse (Linting)

diff --git a/i18n/en-us/partials/code-style.html b/i18n/en-us/partials/code-style.html index 31528a2..15e896f 100644 --- a/i18n/en-us/partials/code-style.html +++ b/i18n/en-us/partials/code-style.html @@ -1,7 +1,7 @@

Conventions

- As every language, JavaScript has many code style guides. Maybe the most used and recommended is the Google Code Style Guide for JavaScript, but we recommend you read Idiomatic.js. + As every language, JavaScript has many code style guides. Maybe the most used and recommended is the Google Code Style Guide for JavaScript, but we recommend you read Idiomatic.js.

Linting

diff --git a/i18n/es-es/partials/code-style.html b/i18n/es-es/partials/code-style.html index 8dbb4e6..4405f3e 100644 --- a/i18n/es-es/partials/code-style.html +++ b/i18n/es-es/partials/code-style.html @@ -1,7 +1,7 @@

Convenciones

- Como todo lenguaje, JavaScript tiene muchas guías de estilo. Quizas la más usada y recomendada es la Guía de Estilo de Google para JavaScript, pero nosotros te recomendamos leer Idiomatic.js. + Como todo lenguaje, JavaScript tiene muchas guías de estilo. Quizas la más usada y recomendada es la Guía de Estilo de Google para JavaScript, pero nosotros te recomendamos leer Idiomatic.js.

Linting

diff --git a/i18n/fa-ir/partials/code-style.html b/i18n/fa-ir/partials/code-style.html index 31528a2..15e896f 100644 --- a/i18n/fa-ir/partials/code-style.html +++ b/i18n/fa-ir/partials/code-style.html @@ -1,7 +1,7 @@

Conventions

- As every language, JavaScript has many code style guides. Maybe the most used and recommended is the Google Code Style Guide for JavaScript, but we recommend you read Idiomatic.js. + As every language, JavaScript has many code style guides. Maybe the most used and recommended is the Google Code Style Guide for JavaScript, but we recommend you read Idiomatic.js.

Linting

diff --git a/i18n/ko-kr/partials/code-style.html b/i18n/ko-kr/partials/code-style.html index 08dfb9b..2d72d40 100644 --- a/i18n/ko-kr/partials/code-style.html +++ b/i18n/ko-kr/partials/code-style.html @@ -1,7 +1,7 @@

컨벤션 (코드 작성 규칙)

- 다른 언어들과 마찬가지로 JavaScript에도 다양한 코딩 스타일 규칙이 있습니다. 아마도 가장 많은 이들이 사용하고, 추천하는 것은 구글 JavaScript 코드 스타일 규칙일 것입니다. 하지만 우리는 당신에게 Idiomatic.js 를 읽어볼 것을 추천합니다. + 다른 언어들과 마찬가지로 JavaScript에도 다양한 코딩 스타일 규칙이 있습니다. 아마도 가장 많은 이들이 사용하고, 추천하는 것은 구글 JavaScript 코드 스타일 규칙일 것입니다. 하지만 우리는 당신에게 Idiomatic.js 를 읽어볼 것을 추천합니다.

린팅 (코드 스타일 검사)

diff --git a/i18n/pt-br/partials/code-style.html b/i18n/pt-br/partials/code-style.html index f32b615..c01f59c 100644 --- a/i18n/pt-br/partials/code-style.html +++ b/i18n/pt-br/partials/code-style.html @@ -1,7 +1,7 @@

Convenções

- Assim como todas as linguagens, JavaScript tem muitos guias de estilo de código. Talvez o mais usado e recomendado seja o Google Code Style Guide for JavaScript, mas recomendamos a leitura do Idiomatic.js. + Assim como todas as linguagens, JavaScript tem muitos guias de estilo de código. Talvez o mais usado e recomendado seja o Google Code Style Guide for JavaScript, mas recomendamos a leitura do Idiomatic.js.

Análise de código (Linting)

diff --git a/i18n/ru-ru/partials/code-style.html b/i18n/ru-ru/partials/code-style.html index 566c567..309c168 100644 --- a/i18n/ru-ru/partials/code-style.html +++ b/i18n/ru-ru/partials/code-style.html @@ -1,7 +1,7 @@

Условные обозначения

- Как любой другой язык, JavaScript имеет множество стилей кодирования. Возможно самый используемый и рекомендуемый это Руководство по оформлению Javascript кода от Google Code, но мы рекомендуем ознакомиться с Idiomatic.js. + Как любой другой язык, JavaScript имеет множество стилей кодирования. Возможно самый используемый и рекомендуемый это Руководство по оформлению Javascript кода от Google Code, но мы рекомендуем ознакомиться с Idiomatic.js.

Валидация кода

diff --git a/i18n/zh-cn/partials/code-style.html b/i18n/zh-cn/partials/code-style.html index 6438e2b..25cd6f5 100644 --- a/i18n/zh-cn/partials/code-style.html +++ b/i18n/zh-cn/partials/code-style.html @@ -1,7 +1,7 @@

编程风格规范

- JavaScript 和其他编程语言一样,有各种版本的编程风格指南。或许大家会推荐 Google Code Style Guide for JavaScript,但我们更推荐 Idiomatic.js + JavaScript 和其他编程语言一样,有各种版本的编程风格指南。或许大家会推荐 Google Code Style Guide for JavaScript,但我们更推荐 Idiomatic.js

代码检查

diff --git a/i18n/zh-tw/partials/code-style.html b/i18n/zh-tw/partials/code-style.html index def118d..2405dc5 100644 --- a/i18n/zh-tw/partials/code-style.html +++ b/i18n/zh-tw/partials/code-style.html @@ -1,7 +1,7 @@

程式碼慣例

- JavaScript 和其他程式語言一樣,有各種版本的編碼風格指引。或許大家常會推薦 Google Code Style Guide for JavaScript,但我們更推薦 Idiomatic.js + JavaScript 和其他程式語言一樣,有各種版本的編碼風格指引。或許大家常會推薦 Google Code Style Guide for JavaScript,但我們更推薦 Idiomatic.js

程式碼檢查

diff --git a/public/de-de/index.html b/public/de-de/index.html index 9e1c652..1fa7928 100644 --- a/public/de-de/index.html +++ b/public/de-de/index.html @@ -172,7 +172,7 @@

JS CODE-STYLE

Richtlinien

- 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 Google Code-Style-Guide für JavaScript, aber wir empfehlen dir Idiomatic.js 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 Google Code-Style-Guide für JavaScript, aber wir empfehlen dir Idiomatic.js zu lesen.

Code-Analyse (Linting)

@@ -305,7 +305,7 @@
Arindam Paul - JavaScript VM internals, EventLoop, Async and ScopeChains

ENTWURFSMUSTER

- +

Beschreibung

@@ -893,7 +893,7 @@

SPIELE-ENGINES

- 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.

diff --git a/public/en-us/index.html b/public/en-us/index.html index df792f6..c6e62e8 100644 --- a/public/en-us/index.html +++ b/public/en-us/index.html @@ -172,7 +172,7 @@

JS CODE STYLE

Conventions

- As every language, JavaScript has many code style guides. Maybe the most used and recommended is the Google Code Style Guide for JavaScript, but we recommend you read Idiomatic.js. + As every language, JavaScript has many code style guides. Maybe the most used and recommended is the Google Code Style Guide for JavaScript, but we recommend you read Idiomatic.js.

Linting

diff --git a/public/es-es/index.html b/public/es-es/index.html index 58e46e6..3bc9647 100644 --- a/public/es-es/index.html +++ b/public/es-es/index.html @@ -172,7 +172,7 @@

ESTILO DE CODIGO DE JS

Convenciones

- Como todo lenguaje, JavaScript tiene muchas guías de estilo. Quizas la más usada y recomendada es la Guía de Estilo de Google para JavaScript, pero nosotros te recomendamos leer Idiomatic.js. + Como todo lenguaje, JavaScript tiene muchas guías de estilo. Quizas la más usada y recomendada es la Guía de Estilo de Google para JavaScript, pero nosotros te recomendamos leer Idiomatic.js.

Linting

@@ -303,7 +303,7 @@
Arindam Paul - JavaScript VM internals, EventLoop, Async and ScopeChains

PATRONES

- +

Descripción

@@ -891,7 +891,7 @@

MOTORES DE JUEGO

- 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.

diff --git a/public/fa-ir/index.html b/public/fa-ir/index.html index f9f9079..6cfa53e 100644 --- a/public/fa-ir/index.html +++ b/public/fa-ir/index.html @@ -172,7 +172,7 @@

JS CODE STYLE

Conventions

- As every language, JavaScript has many code style guides. Maybe the most used and recommended is the Google Code Style Guide for JavaScript, but we recommend you read Idiomatic.js. + As every language, JavaScript has many code style guides. Maybe the most used and recommended is the Google Code Style Guide for JavaScript, but we recommend you read Idiomatic.js.

Linting

@@ -303,7 +303,7 @@
Arindam Paul - JavaScript VM internals, EventLoop, Async and ScopeChains

PATTERNS

- +

Description

@@ -891,7 +891,7 @@

GAME ENGINES

- 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.

diff --git a/public/index.html b/public/index.html index 3424ddb..7ed51ff 100644 --- a/public/index.html +++ b/public/index.html @@ -172,7 +172,7 @@

JS CODE STYLE

Conventions

- As every language, JavaScript has many code style guides. Maybe the most used and recommended is the Google Code Style Guide for JavaScript, but we recommend you read Idiomatic.js. + As every language, JavaScript has many code style guides. Maybe the most used and recommended is the Google Code Style Guide for JavaScript, but we recommend you read Idiomatic.js.

Linting

@@ -303,7 +303,7 @@
Arindam Paul - JavaScript VM internals, EventLoop, Async and ScopeChains

PATTERNS

- +

Description

@@ -891,7 +891,7 @@

GAME ENGINES

- 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.

diff --git a/public/ko-kr/index.html b/public/ko-kr/index.html index 719b3d9..98df3e1 100644 --- a/public/ko-kr/index.html +++ b/public/ko-kr/index.html @@ -172,7 +172,7 @@

JavaScript 코딩 스타일

컨벤션 (코드 작성 규칙)

- 다른 언어들과 마찬가지로 JavaScript에도 다양한 코딩 스타일 규칙이 있습니다. 아마도 가장 많은 이들이 사용하고, 추천하는 것은 구글 JavaScript 코드 스타일 규칙일 것입니다. 하지만 우리는 당신에게 Idiomatic.js 를 읽어볼 것을 추천합니다. + 다른 언어들과 마찬가지로 JavaScript에도 다양한 코딩 스타일 규칙이 있습니다. 아마도 가장 많은 이들이 사용하고, 추천하는 것은 구글 JavaScript 코드 스타일 규칙일 것입니다. 하지만 우리는 당신에게 Idiomatic.js 를 읽어볼 것을 추천합니다.

린팅 (코드 스타일 검사)

@@ -302,7 +302,7 @@
Arindam Paul - JavaScript VM internals, EventLoop, Async and ScopeChains

패턴

- +

설명

@@ -890,7 +890,7 @@

게임 엔진

- 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.

diff --git a/public/pt-br/index.html b/public/pt-br/index.html index 301408c..911baf7 100644 --- a/public/pt-br/index.html +++ b/public/pt-br/index.html @@ -173,7 +173,7 @@

ESTILOS DE CÓDIGO JS

Convenções

- Assim como todas as linguagens, JavaScript tem muitos guias de estilo de código. Talvez o mais usado e recomendado seja o Google Code Style Guide for JavaScript, mas recomendamos a leitura do Idiomatic.js. + Assim como todas as linguagens, JavaScript tem muitos guias de estilo de código. Talvez o mais usado e recomendado seja o Google Code Style Guide for JavaScript, mas recomendamos a leitura do Idiomatic.js.

Análise de código (Linting)

@@ -305,7 +305,7 @@
Arindam Paul - JavaScript VM internals, EventLoop, Async and ScopeChains

PADRÕES

- +

Descrição

@@ -893,7 +893,7 @@

MOTORES DE JOGOS

- 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.

diff --git a/public/ru-ru/index.html b/public/ru-ru/index.html index fc22338..800791f 100644 --- a/public/ru-ru/index.html +++ b/public/ru-ru/index.html @@ -172,7 +172,7 @@

JS - СТИЛЬ НАПИСАНИЯ КОДА

Условные обозначения

- Как любой другой язык, JavaScript имеет множество стилей кодирования. Возможно самый используемый и рекомендуемый это Руководство по оформлению Javascript кода от Google Code, но мы рекомендуем ознакомиться с Idiomatic.js. + Как любой другой язык, JavaScript имеет множество стилей кодирования. Возможно самый используемый и рекомендуемый это Руководство по оформлению Javascript кода от Google Code, но мы рекомендуем ознакомиться с Idiomatic.js.

Валидация кода

diff --git a/public/zh-cn/index.html b/public/zh-cn/index.html index c801664..20a750a 100644 --- a/public/zh-cn/index.html +++ b/public/zh-cn/index.html @@ -166,7 +166,7 @@

JavaScript 代码风格

编程风格规范

- JavaScript 和其他编程语言一样,有各种版本的编程风格指南。或许大家会推荐 Google Code Style Guide for JavaScript,但我们更推荐 Idiomatic.js + JavaScript 和其他编程语言一样,有各种版本的编程风格指南。或许大家会推荐 Google Code Style Guide for JavaScript,但我们更推荐 Idiomatic.js

代码检查

@@ -297,7 +297,7 @@
Arindam Paul - JavaScript VM internals, EventLoop, Async and ScopeChains

设计模式

- +

说明

diff --git a/public/zh-tw/index.html b/public/zh-tw/index.html index 9c394af..edc964e 100644 --- a/public/zh-tw/index.html +++ b/public/zh-tw/index.html @@ -172,7 +172,7 @@

JavaScript 編碼風格

程式碼慣例

- JavaScript 和其他程式語言一樣,有各種版本的編碼風格指引。或許大家常會推薦 Google Code Style Guide for JavaScript,但我們更推薦 Idiomatic.js + JavaScript 和其他程式語言一樣,有各種版本的編碼風格指引。或許大家常會推薦 Google Code Style Guide for JavaScript,但我們更推薦 Idiomatic.js

程式碼檢查

@@ -303,7 +303,7 @@
Arindam Paul - JavaScript VM internals, EventLoop, Async and ScopeChains

設計模式

- +

說明