mirror of
				https://github.com/sharkdp/bat.git
				synced 2025-10-30 22:54:07 +00:00 
			
		
		
		
	Sync README header across translations (#1905)
* Fix links in Russian translation. * Simplify links in Korean translation. * Fix build status badge in Japanese and Russian translations. * Add link from Japanese to Russian translation. * Add line break between "topics" row and "translations" row. * Remove "translations" from translations row in Japanese and Russian. * Add consistent spacing between translation links. * Add backreferences to English README. * Remove self references. * Split translations row across multiple lines for easier maintenance. Co-authored-by: David Peter <sharkdp@users.noreply.github.com>
This commit is contained in:
		| @@ -1,7 +1,6 @@ | ||||
| <p align="center"> | ||||
|   <img src="doc/logo-header.svg" alt="bat - a cat clone with wings"><br> | ||||
|   <a href="https://travis-ci.org/sharkdp/bat"><img src="https://travis-ci.org/sharkdp/bat.svg?branch=master" alt="Build Status"></a> | ||||
|   <a href="https://ci.appveyor.com/project/sharkdp/bat"><img src="https://ci.appveyor.com/api/projects/status/cptsmtbiwbnr2vhf/branch/master?svg=true"></a> | ||||
|   <img src="logo-header.svg" alt="bat - a cat clone with wings"><br> | ||||
|   <a href="https://github.com/sharkdp/bat/actions?query=workflow%3ACICD"><img src="https://github.com/sharkdp/bat/workflows/CICD/badge.svg" alt="Build Status"></a> | ||||
|   <img src="https://img.shields.io/crates/l/bat.svg" alt="license"> | ||||
|   <a href="https://crates.io/crates/bat"><img src="https://img.shields.io/crates/v/bat.svg?colorB=319e8c" alt="Version info"></a><br> | ||||
|   Клон утилиты <i>cat(1)</i> с поддержкой выделения синтаксиса и Git | ||||
| @@ -12,8 +11,12 @@ | ||||
|   <a href="#как-использовать">Использование</a> • | ||||
|   <a href="#установка">Установка</a> • | ||||
|   <a href="#кастомизация">Кастомизация</a> • | ||||
|   <a href="#цели-и-альтернативы">Цели и альтернативы </a> • | ||||
|   Перевод [<a href="https://github.com/chinanf-boy/bat-zh">中文</a>][<a href="doc/README-ja.md">日本語</a>][<a href="doc/README-ko.md">한국어</a>][<a href="doc/README-ru.md">Русский</a>] | ||||
|   <a href="#цели-и-альтернативы">Цели и альтернативы </a><br> | ||||
|   [<a href="../README.md">English] | ||||
|   [<a href="https://github.com/chinanf-boy/bat-zh">中文</a>] | ||||
|   [<a href="README-ja.md">日本語</a>] | ||||
|   [<a href="README-ko.md">한국어</a>] | ||||
|   [Русский] | ||||
| </p> | ||||
|  | ||||
| ### Выделение синтаксиса | ||||
|   | ||||
		Reference in New Issue
	
	Block a user