Skip to content

Commit dccd94d

Browse files
committed
translate kindle book name
1 parent c9a073a commit dccd94d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

source/zh-CN/kindle/rails_guides.opf.erb

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
<meta name="cover" content="cover" />
66
<dc-metadata xmlns:dc="http://purl.org/dc/elements/1.1/">
77

8-
<dc:title>Ruby on Rails Guides (<%= @version %>)</dc:title>
8+
<dc:title>Ruby on Rails 指南 (<%= @version %>)</dc:title>
99

10-
<dc:language>en-us</dc:language>
10+
<dc:language>zh-CN</dc:language>
1111
<dc:creator>Ruby on Rails</dc:creator>
1212
<dc:publisher>Ruby on Rails</dc:publisher>
1313
<dc:subject>Reference</dc:subject>
1414
<dc:date><%= Time.now.strftime('%Y-%m-%d') %></dc:date>
1515

16-
<dc:description>These guides are designed to make you immediately productive with Rails, and to help you understand how all of the pieces fit together.</dc:description>
16+
<dc:description>这份指南旨在使您立即获得 Rails 的生产力,并帮助您了解所有组件如何组合在一起。</dc:description>
1717
</dc-metadata>
1818
<x-metadata>
1919
<output content-type="application/x-mobipocket-subscription-magazine" encoding="utf-8"/>

source/zh-CN/kindle/toc.html.erb

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<% content_for :page_title do %>
2-
Ruby on Rails Guides
2+
Ruby on Rails 指南
33
<% end %>
44

55
<h1>Table of Contents</h1>
@@ -14,7 +14,7 @@ Ruby on Rails Guides
1414
<% if document['work_in_progress']%>(WIP)<% end %>
1515
</li>
1616
<% end %>
17-
</ul>
17+
</ul>
1818
<% end %>
1919
<hr />
2020
<ul>

source/zh-CN/kindle/toc.ncx.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<meta name="dtb:totalPageCount" content="0"/>
1010
<meta name="dtb:maxPageNumber" content="0"/>
1111
</head>
12-
<docTitle><text>Ruby on Rails Guides</text></docTitle>
12+
<docTitle><text>Ruby on Rails 指南</text></docTitle>
1313
<docAuthor><text>docrails</text></docAuthor>
1414
<navMap>
1515
<navPoint playOrder="0" class="periodical" id="periodical">

0 commit comments

Comments
 (0)