Skip to content

Commit

Permalink
[ja_jp] Apply changes from the original to v2.5
Browse files Browse the repository at this point in the history
This huge patch applies changes in the original repository (fabric) from
v2.2 to v2.5 to the Japanese documentation in the release-2.5 branch.
This patch adds, modifies and deletes the binary and text files from the
original repository except the text files translated in the release-2.2,
because the files not applied in this patch should be manually applied
with translation to Japanese.

Signed-off-by: Taku Shimosawa <taku.shimosawa.uf@hitachi.com>
  • Loading branch information
shimos authored and satota2 committed Aug 22, 2023
1 parent 0d280dc commit 4dbbb51
Show file tree
Hide file tree
Showing 140 changed files with 4,041 additions and 4,706 deletions.
3 changes: 0 additions & 3 deletions docs/locale/ja_JP/Pipfile

This file was deleted.

198 changes: 0 additions & 198 deletions docs/locale/ja_JP/Pipfile.lock

This file was deleted.

2 changes: 1 addition & 1 deletion docs/locale/ja_JP/source/_static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ a:visited {
}

.wy-side-nav-search a.icon-home {
color: transparent;
color: White;
/* background-image: url('../images/fabric1.png'); */
background-repeat: no-repeat;
background-size: Auto 20px;
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/locale/ja_JP/source/_templates/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
{%- if hasdoc('copyright') %}
{% trans path=pathto('copyright'), copyright=copyright|e %}&copy; <a href="{{ path }}">Copyright</a> {{ copyright }}.{% endtrans %}
{%- else %}
{% trans copyright=copyright|e %}&copy; Copyright Hyperledger 2020.{% endtrans %}
{% trans copyright=copyright|e %}&copy; Copyright Hyperledger 2020-2023.{% endtrans %}
{%- endif %}
{%- endif %}
<br>
Expand Down
2 changes: 1 addition & 1 deletion docs/locale/ja_JP/source/_templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
<br>
<a href="https://github.com/hyperledger/fabric"><img style="padding: 0px; margin: auto auto auto auto;" alt="GitHub" src="{{ pathto("_static/images/github_button.png", 1) }}"/></a>
&nbsp;<a href="https://stackoverflow.com/questions/tagged/hyperledger-fabric"><img style="padding: 0px; margin: auto auto auto auto;" alt="StackOverflow" src="{{ pathto("_static/images/stackoverflow_button.png", 1) }}"/></a>
&nbsp;<a href="https://chat.hyperledger.org"><img style="padding: 0px; margin: auto auto auto auto;" alt="Rocket Chat" src="{{ pathto("_static/images/rocketchat_button.png", 1) }}"/></a>
&nbsp;<a href="https://discord.com/invite/hyperledger"><img style="padding: 0px; margin: auto auto auto auto;" alt="Discord" src="{{ pathto("_static/images/discord_button.png", 1) }}"/></a>
&nbsp;<a href="https://www.youtube.com/playlist?list=PL0MZ85B_96CH7wvtrRzV7SvtRY0sI0DEg"><img style="padding: 0px; margin: auto auto auto auto;" alt="Youtube Channel" src="{{ pathto("_static/images/youtube_button.png", 1) }}"/></a>
{% endblock %}
3 changes: 2 additions & 1 deletion docs/locale/ja_JP/source/architecture.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ Architecture Reference
:maxdepth: 1

Hyperledger Fabric CA's User Guide <http://hyperledger-fabric-ca.readthedocs.io/en/latest>
fabric-sdks
txflow
gateway
discovery-overview
capability_requirements
channels
Expand All @@ -15,3 +15,4 @@ Architecture Reference
private-data-arch
readwrite
gossip
performance

0 comments on commit 4dbbb51

Please sign in to comment.