Skip to content

Commit

Permalink
Update ja, tr, zh contents.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Dec 27, 2016
1 parent b640369 commit f3aa08c
Show file tree
Hide file tree
Showing 4 changed files with 69 additions and 55 deletions.
24 changes: 23 additions & 1 deletion ja/contents.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,18 @@

.. toctree::
:maxdepth: 3
:caption: はじめに

intro
quickstart
appendices/3-x-migration-guide
tutorials-and-examples
contributing

.. toctree::
:maxdepth: 3
:caption: 入門

installation
development/configuration
development/routing
Expand All @@ -25,6 +30,10 @@
views
orm

.. toctree::
:maxdepth: 3
:caption: 一般的なトピック

controllers/components/authentication
bake
core-libraries/caching
Expand All @@ -45,6 +54,10 @@
development/testing
core-libraries/validation

.. toctree::
:maxdepth: 3
:caption: ユーティリティ

core-libraries/app
core-libraries/collections
core-libraries/file-folder
Expand All @@ -57,12 +70,21 @@
core-libraries/time
core-libraries/xml

core-libraries/global-constants-and-functions
.. toctree::
:maxdepth: 3
:caption: プラグイン

chronos
debug-kit
migrations
elasticsearch
upgrade-tool

.. toctree::
:maxdepth: 3
:caption: その他

core-libraries/global-constants-and-functions
appendices

.. todolist::
Expand Down
52 changes: 0 additions & 52 deletions themes/cakephp/static/css/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -202,58 +202,6 @@
}


#sidebar-navigation > ul > li:lang(ja):nth-of-type(1):before {
content: "はじめに";
}
#sidebar-navigation > ul > li:lang(zh):nth-of-type(1):before {
content: "Preface";
}
#sidebar-navigation > ul > li:lang(tr):nth-of-type(1):before {
content: "Preface";
}

#sidebar-navigation > ul > li:lang(ja):nth-of-type(6):before {
content: "入門";
}
#sidebar-navigation > ul > li:lang(zh):nth-of-type(6):before {
content: "Getting Started";
}
#sidebar-navigation > ul > li:lang(tr):nth-of-type(6):before {
content: "Getting Started";
}

#sidebar-navigation > ul > li:lang(ja):nth-of-type(14):before {
content: "一般的なトピック";
}
#sidebar-navigation > ul > li:lang(zh):nth-of-type(14):before {
content: "General Topics";
}
#sidebar-navigation > ul > li:lang(tr):nth-of-type(14):before {
content: "General Topics";
}

#sidebar-navigation > ul > li:lang(ja):nth-of-type(33):before {
content: "ユーティリティ";
}
#sidebar-navigation > ul > li:lang(zh):nth-of-type(33):before {
content: "Utility Classes";
}
#sidebar-navigation > ul > li:lang(tr):nth-of-type(33):before {
content: "Utility Classes";
}

#sidebar-navigation > ul > li:lang(ja):nth-of-type(44):before {
content: "その他";
}
#sidebar-navigation > ul > li:lang(zh):nth-of-type(44):before {
content: "Other";
}
#sidebar-navigation > ul > li:lang(tr):nth-of-type(44):before {
content: "Other";
}



/* def list */
dl.docutils {
margin: 2em 0;
Expand Down
24 changes: 23 additions & 1 deletion tr/contents.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,18 @@

.. toctree::
:maxdepth: 3
:caption: Preface

intro
quickstart
appendices/3-x-migration-guide
tutorials-and-examples
contributing

.. toctree::
:maxdepth: 3
:caption: Getting Started

installation
development/configuration
development/routing
Expand All @@ -25,6 +30,10 @@
views
orm

.. toctree::
:maxdepth: 3
:caption: Using CakePHP

controllers/components/authentication
bake
core-libraries/caching
Expand All @@ -45,6 +54,10 @@
development/testing
core-libraries/validation

.. toctree::
:maxdepth: 3
:caption: Utility Classes

core-libraries/app
core-libraries/collections
core-libraries/file-folder
Expand All @@ -57,12 +70,21 @@
core-libraries/time
core-libraries/xml

core-libraries/global-constants-and-functions
.. toctree::
:maxdepth: 3
:caption: Plugins

chronos
debug-kit
migrations
elasticsearch
upgrade-tool

.. toctree::
:maxdepth: 3
:caption: Other

core-libraries/global-constants-and-functions
appendices

.. todolist::
Expand Down
24 changes: 23 additions & 1 deletion zh/contents.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,18 @@ Contents

.. toctree::
:maxdepth: 3
:caption: Preface

intro
quickstart
appendices/3-x-migration-guide
tutorials-and-examples
contributing

.. toctree::
:maxdepth: 3
:caption: Getting Started

installation
development/configuration
development/routing
Expand All @@ -25,6 +30,10 @@ Contents
views
orm

.. toctree::
:maxdepth: 3
:caption: Using CakePHP

controllers/components/authentication
bake
core-libraries/caching
Expand All @@ -45,6 +54,10 @@ Contents
development/testing
core-libraries/validation

.. toctree::
:maxdepth: 3
:caption: Utility Classes

core-libraries/app
core-libraries/collections
core-libraries/file-folder
Expand All @@ -57,12 +70,21 @@ Contents
core-libraries/time
core-libraries/xml

core-libraries/global-constants-and-functions
.. toctree::
:maxdepth: 3
:caption: Plugins

chronos
debug-kit
migrations
elasticsearch
upgrade-tool

.. toctree::
:maxdepth: 3
:caption: Other

core-libraries/global-constants-and-functions
appendices

.. todolist::
Expand Down

0 comments on commit f3aa08c

Please sign in to comment.