From 38ff8f5f4fb369b1d158eb915e1d087679c1d2e2 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Sat, 30 Jan 2016 06:53:47 +0000 Subject: [PATCH] Merged r15114 from trunk to 3.2-stable (#21883) Russian wiki translation for 3.2-stable updated by Kirill Gritsaenko. git-svn-id: http://svn.redmine.org/redmine/branches/3.2-stable@15117 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- public/help/ru/wiki_syntax_detailed_textile.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/help/ru/wiki_syntax_detailed_textile.html b/public/help/ru/wiki_syntax_detailed_textile.html index 6e2d1ecd2..989b3343b 100644 --- a/public/help/ru/wiki_syntax_detailed_textile.html +++ b/public/help/ru/wiki_syntax_detailed_textile.html @@ -334,9 +334,9 @@ bq. Rails - это полноценный, многоуровневый фрей

Подсветка кода

-

Default code highlightment relies on CodeRay, a fast syntax highlighting library written completely in Ruby. It currently supports c, clojure, cpp (c++, cplusplus), css, delphi (pascal), diff (patch), erb (eruby, rhtml), go, groovy, haml, html (xhtml), java, javascript (ecmascript, ecma_script, java_script, js), json, lua, php, python, ruby (irb), sass, sql, taskpaper, text (plain, plaintext), xml and yaml (yml) languages, where the names inside parentheses are aliases.

+

По умолчанию за подсветку код отвечает CodeRay, и для лучшей производительности библиотеки написаны на Ruby. Сейчас поддерживаются c, clojure, cpp (c++, cplusplus), css, delphi (pascal), diff (patch), erb (eruby, rhtml), go, groovy, haml, html (xhtml), java, javascript (ecmascript, ecma_script, java_script, js), json, lua, php, python, ruby (irb), sass, sql, taskpaper, text (plain, plaintext), xml and yaml (yml) языки.

-

You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):

+

Вы можете подсветить код в любом месте, где поддерживается wiki-форматирование (название языка не зависит от регистра):

 <pre><code class="ruby">
-- 
2.39.5