Skip to content

Commit

Permalink
Merge branch 'master' into protocols
Browse files Browse the repository at this point in the history
  • Loading branch information
iku000888 authored Jul 26, 2017
2 parents 63f4944 + 776db85 commit 60b97ae
Show file tree
Hide file tree
Showing 210 changed files with 22,806 additions and 7,306 deletions.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,12 @@ build: clean translate
@echo
@echo "Build finished."

preview:
docker run -v $(PWD)/$(BUILD_DIR)/output:/usr/src/app -p "4000:4000" starefossen/github-pages

publish: build
git config --global user.name circle-ci
ghp-import -n -m "[ci skip] update site :books:" -b gh-pages build/output
ghp-import -n -m "[ci skip] update site :books:" -b gh-pages $(BUILD_DIR)/output
git push origin gh-pages
@echo
@echo "Published."
5 changes: 2 additions & 3 deletions i18n/po/README/ja.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: clojure-site-ja 0.0.1\n"
"POT-Creation-Date: 2016-06-27 08:47+0900\n"
"POT-Creation-Date: 2017-07-25 08:37+0900\n"
"PO-Revision-Date: 2016-06-27 08:47+0900\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
Expand Down Expand Up @@ -115,8 +115,7 @@ msgstr ""
#. type: Plain text
#: en/README.adoc:35
msgid ""
"`curl -O http://cdn.cognitect.com/clojure.org/clojuretheme.zip` (or download this file with your browser to the "
"clojure-site directory)"
"`curl -O https://clojure.org/clojuretheme.zip` (or download this file with your browser to the clojure-site directory)"
msgstr ""

#. type: Plain text
Expand Down
12 changes: 7 additions & 5 deletions i18n/po/content/about/clojureclr/ja.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: clojure-site-ja 0.0.1\n"
"POT-Creation-Date: 2016-06-27 08:47+0900\n"
"PO-Revision-Date: 2016-06-27 08:47+0900\n"
"PO-Revision-Date: 2017-04-10 00:00+0900\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: ja\n"
Expand Down Expand Up @@ -39,26 +39,28 @@ msgstr "Rich Hickey 2015-01-01"
#: en/content/about/clojureclr.adoc:1
#, no-wrap
msgid "Clojure CLR"
msgstr ""
msgstr "Clojure CLR"

#. type: Plain text
#: en/content/about/clojureclr.adoc:14
msgid ""
"This project is a native implementation of Clojure on the Common Language Runtime (CLR), the execution engine of "
"Microsoft's .Net Framework."
msgstr ""
"このプロジェクトは、Microsoftの.NET Frameworkの実行エンジンである共通言語ランタイム(CLR)でのClojureのネイティヴ実装"
"だ。"

#. type: Plain text
#: en/content/about/clojureclr.adoc:16
msgid "ClojureCLR is programmed in C# (and Clojure itself) and makes use of Microsoft's Dynamic Language Runtime (DLR)."
msgstr ""
msgstr "Clojure CLRはC#(とClojure自身)でプログラムされ、Microsoftの動的言語ランタイム(DLR)を利用している。"

#. type: Plain text
#: en/content/about/clojureclr.adoc:18
msgid "https://github.com/clojure/clojure-clr[ClojureCLR Home]"
msgstr ""
msgstr "https://github.com/clojure/clojure-clr[ClojureCLR Home]"

#. type: Plain text
#: en/content/about/clojureclr.adoc:18
msgid "https://github.com/clojure/clojure-clr/wiki/Getting-binaries[Downloading Binaries]"
msgstr ""
msgstr "https://github.com/clojure/clojure-clr/wiki/Getting-binaries[バイナリのダウンロード]"
17 changes: 10 additions & 7 deletions i18n/po/content/about/clojurescript/ja.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
msgid ""
msgstr ""
"Project-Id-Version: clojure-site-ja 0.0.1\n"
"POT-Creation-Date: 2016-06-27 08:47+0900\n"
"PO-Revision-Date: 2016-06-27 08:47+0900\n"
"POT-Creation-Date: 2017-03-09 15:46+0900\n"
"PO-Revision-Date: 2017-04-09 23:52+0900\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: ja\n"
Expand Down Expand Up @@ -39,17 +39,20 @@ msgstr "Rich Hickey 2015-01-01"
#: en/content/about/clojurescript.adoc:1
#, no-wrap
msgid "ClojureScript"
msgstr ""
msgstr "ClojureScript"

#. type: Plain text
#: en/content/about/clojurescript.adoc:15
msgid ""
"ClojureScript is a compiler for Clojure that targets JavaScript. It is designed to emit JavaScript code which is "
"compatible with the advanced compilation mode of the http://code.google.com/closure/[Google Closure] optimizing "
"compiler."
"https://clojurescript.org[ClojureScript] is a compiler for Clojure that targets JavaScript. It is designed to emit "
"JavaScript code which is compatible with the advanced compilation mode of the https://developers.google.com/closure/"
"[Google Closure] optimizing compiler."
msgstr ""
"https://clojurescript.org[ClojureScript] はJavaScriptをターゲットとしたClojureのためのコンパイラだ。ClojureScriptは "
"https://developers.google.com/closure/[Google Closure] 最適化コンパイラのadvancedコンパイルモードと互換性のある"
"JavaScriptコードを生成するように設計されている。"

#. type: Plain text
#: en/content/about/clojurescript.adoc:16
msgid "https://github.com/clojure/clojurescript[ClojureScript Home]"
msgstr ""
msgstr "https://github.com/clojure/clojurescript[ClojureScript Home]"
Loading

0 comments on commit 60b97ae

Please sign in to comment.