Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/git/git-scm.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKiiTheSpark <35911894+KiiTheSpark@users.noreply.github.com>2018-01-29 14:26:19 +0300
committerGitHub <noreply@github.com>2018-01-29 14:26:19 +0300
commitab9a36940b98bc365173c54b1197c158d40e4a06 (patch)
treef3b3180a950eb2d4a94403fe7855e846d4b3f1a7
parent2bb9a404c921d57e3cb5944704e33a380900f514 (diff)
Change word 正體中文 to 繁體中文
-rw-r--r--app/views/books/_translations.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/books/_translations.html.erb b/app/views/books/_translations.html.erb
index ccc6a290..4ead5cc3 100644
--- a/app/views/books/_translations.html.erb
+++ b/app/views/books/_translations.html.erb
@@ -6,7 +6,7 @@ This book is available in
Full translation available in
<a href="/book/de">Deutsch</a>,
<a href="/book/zh">简体中文</a>,
- <a href="/book/zh-tw">正體中文</a>,
+ <a href="/book/zh-tw">繁體中文</a>,
<a href="/book/fr/v2">Français</a>,
<a href="/book/ja">日本語</a>,
<a href="/book/nl">Nederlands</a>,