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

docs(translations): corrected code blocks language #956

Merged
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 docs/readme_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ _注意:热门语言并不表示我的技能水平或类似的水平,它是

你通常无法将图片靠边显示。为此,您可以使用以下方法:

```md
```html
<a href="https://github.com/anuraghazra/github-readme-stats">
<img align="center" src="https://github-readme-stats.vercel.app/api/pin/?username=anuraghazra&repo=github-readme-stats" />
</a>
Expand Down
2 changes: 1 addition & 1 deletion docs/readme_de.md
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ Wähle Eines von den [Standard-Themes](#themes)

Üblicherweise ist es in `.md`-Dateien nicht möglich Bilder nebeneinander anzuzeigen. Um dies zu ermöglichen, kannst du folgendes tun:

```md
```html
<a href="https://github.com/anuraghazra/github-readme-stats">
<img align="center" src="https://github-readme-stats.vercel.app/api/pin/?username=anuraghazra&repo=github-readme-stats" />
</a>
Expand Down
2 changes: 1 addition & 1 deletion docs/readme_es.md
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ Escoja cualquiera de los [temas por defecto](#themes)

Por lo general, no podrás acomodar las imágenes una al lado de la otra. Para hacerlo, puede usar este enfoque:

```md
```html
<a href="https://github.com/anuraghazra/github-readme-stats">
<img align="center" src="https://github-readme-stats.vercel.app/api/pin/?username=anuraghazra&repo=github-readme-stats" />
</a>
Expand Down
2 changes: 1 addition & 1 deletion docs/readme_fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ Choisissez parmi l'un des [thèmes par défaut](#themes)

En général, vous ne pourrez pas mettre les images côte à côte. Pour ce faire, vous pouvez utiliser cette approche :

```md
```html
<a href="https://github.com/anuraghazra/github-readme-stats">
<img align="center" src="https://github-readme-stats.vercel.app/api/pin/?username=anuraghazra&repo=github-readme-stats" />
</a>
Expand Down
2 changes: 1 addition & 1 deletion docs/readme_it.md
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ Scegli uno dei [temi di default](#themes)

Per allineare le card una accanto all'altra, puoi adottare questo approccio:

```md
```html
<a href="https://github.com/anuraghazra/github-readme-stats">
<img align="center" src="https://github-readme-stats.vercel.app/api/pin/?username=anuraghazra&repo=github-readme-stats" />
</a>
Expand Down
2 changes: 1 addition & 1 deletion docs/readme_ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ _NOTE: Top languages は、ユーザのスキルレベルを示すものでは

通常、画像を並べてレイアウトすることはできません。画像を並べるには、以下のような方法があります。

```md
```html
<a href="https://github.com/anuraghazra/github-readme-stats">
<img align="center" src="https://github-readme-stats.vercel.app/api/pin/?username=anuraghazra&repo=github-readme-stats" />
</a>
Expand Down
2 changes: 1 addition & 1 deletion docs/readme_kr.md
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ _참고:

그럴땐, 이렇게 해보세요!

```md
```html
<a href="https://github.com/anuraghazra/github-readme-stats">
<img align="center" src="https://github-readme-stats.vercel.app/api/pin/?username=anuraghazra&repo=github-readme-stats" />
</a>
Expand Down
2 changes: 1 addition & 1 deletion docs/readme_nl.md
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ Kies uit de [standaard thema\'s](#themes)

Meestal kan je de afbeeldingen niet naast elkaar zetten, op deze manier wel:

```md
```html
<a href="https://github.com/anuraghazra/github-readme-stats">
<img align="center" src="https://github-readme-stats.vercel.app/api/pin/?username=anuraghazra&repo=github-readme-stats" />
</a>
Expand Down
2 changes: 1 addition & 1 deletion docs/readme_np.md
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ Change the `?username=` value to your [Wakatime](https://wakatime.com) username.

तपाइले इमेजलाई सइद बय सइद अलीग्न गर्न सक्नु हुदैन तेसैले येसरी गर्नु होस् :

```md
```html
<a href="https://github.com/anuraghazra/github-readme-stats">
<img align="center" src="https://github-readme-stats.vercel.app/api/pin/?username=anuraghazra&repo=github-readme-stats" />
</a>
Expand Down
2 changes: 1 addition & 1 deletion docs/readme_pt-BR.md
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ Escolha entre um dos [temas predefinidos](#temas)

Por padrão, você não poderá organizar as imagens lado a lado. Para fazer isso, você pode usar a seguinte abordagem:

```md
```html
<a href="https://github.com/anuraghazra/github-readme-stats">
<img align="center" src="https://github-readme-stats.vercel.app/api/pin/?username=anuraghazra&repo=github-readme-stats" />
</a>
Expand Down
2 changes: 1 addition & 1 deletion docs/readme_tr.md
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ Endpoint: `api/top-langs?username=mustafacagri`

Genellikle resimleri yan yana düzenleyemezsiniz. Bunu yapmak için şu yaklaşımı kullanabilirsiniz:

```md
```html
<a href="https://github.com/anuraghazra/github-readme-stats">
<img align="center" src="https://github-readme-stats.vercel.app/api/pin/?username=anuraghazra&repo=github-readme-stats" />
</a>
Expand Down