Skip to content

Commit

Permalink
[README] Correct Unicode slugs (#50583)
Browse files Browse the repository at this point in the history
* [README] Correct Unicode slugs

* Don't cherry pick Flet/github-slugger#35
  • Loading branch information
jablko committed Jan 20, 2021
1 parent b54c2d3 commit b005fb7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
## 目录

* [当前状态](#当前状态)
* [什么是声明文件?](#什么是声明文件)
* [如何去获取它?](#如何去获取它)
* [我该如何贡献?](#我该如何贡献)
* [什么是声明文件?](#什么是声明文件)
* [如何去获取它?](#如何去获取它)
* [我该如何贡献?](#我该如何贡献)
- [测试](#测试)
- [发起一个 pull request](#发起一个-pull-request)<details><summary></summary>
- [编辑一个现有包](#编辑一个现有包)
Expand Down Expand Up @@ -154,7 +154,7 @@ Version | Released | End of Support

* `cd types/<package to edit>`
* 作出修改之后,[记得新增测试](#my-package-teststs)
如果你进行了重大修改,不要忘记 [更新主版本](#如果一个包做了重大的修改而更新了主要版本,我应该如何更新它的类型声明包?)
如果你进行了重大修改,不要忘记 [更新主版本](#如果一个包做了重大的修改而更新了主要版本我应该如何更新它的类型声明包)
* 你可能还想将自己添加到包头部的 "Definitions by" 部分。
- 这会导致一旦有人对该包发起 PR 或者 issue,都会通知你(通过你的 GitHub 用户名)。
- 通过将您的名字添加到行尾来执行此操作,比如 `// Definitions by: Alice <https://github.com/alice>, Bob <https://github.com/bob>`.
Expand Down
6 changes: 3 additions & 3 deletions README.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ Vea también el sitio web [definitelytyped.org](http://definitelytyped.org), aun

## Contents

* [¿Qué son los `declaration files`?](#¿qué-son-los-declaration-files)
* [¿Cómo los obtengo?](#¿cómo-los-obtengo)
* [¿Cómo puedo contribuir?](#¿cómo-puedo-contribuir)
* [¿Qué son los `declaration files`?](#qué-son-los-declaration-files)
* [¿Cómo los obtengo?](#cómo-los-obtengo)
* [¿Cómo puedo contribuir?](#cómo-puedo-contribuir)
- [Prueba](#prueba)
- [Haz un pull request](#haz-un-pull-request)<details><summary></summary>
- [Editar un paquete existente](#editar-un-paquete-existente)
Expand Down
2 changes: 1 addition & 1 deletion README.pt.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Veja também o site [definitelytyped.org](http://definitelytyped.org), embora as
- [`<my-package>-tests.ts`](#my-package-teststs)
- [Linter: `tslint.json`](#linter-tslintjson)
- [`tsconfig.json`](#tsconfigjson)
- [`package.json`](#package.json)
- [`package.json`](#packagejson)
- [`OTHER_FILES.txt`](#other_filestxt)
- [Erros comuns](#erros-comuns)
</details>
Expand Down

0 comments on commit b005fb7

Please sign in to comment.