Skip to content

Commit

Permalink
Rename zh-CN translation to be compatible with GitLocalize (k88hudson…
Browse files Browse the repository at this point in the history
  • Loading branch information
k88hudson authored and RichardLitt committed Dec 20, 2017
1 parent f462bad commit e5039cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Flight rules for Git

🌍
*[English](README.md)[Русский](README_ru.md)[简体中文](README_zh-cn.md)*
*[English](README.md)[Русский](README_ru.md)[简体中文](README_zh-CN.md)*

#### What are "flight rules"?

Expand Down Expand Up @@ -1186,7 +1186,7 @@ $ git submodule update --init --recursive
Creating a submodule is pretty straight-forward, but deleting them less so. The commands you need are:

```sh
$ git submodule deinit submodulename
$ git submodule deinit submodulename
$ git rm submodulename
$ git rm --cached submodulename
$ rm -rf .git/modules/submodulename
Expand Down
File renamed without changes.

0 comments on commit e5039cc

Please sign in to comment.