[Groonga-commit] pgroonga/pgroonga.github.io at a8bd732 [master] Update po

Back to archive index

Kentaro Hayashi null+****@clear*****
Mon Jun 26 18:06:00 JST 2017


Kentaro Hayashi	2017-06-26 18:06:00 +0900 (Mon, 26 Jun 2017)

  New Revision: a8bd732db6905bc317bb190d906f8501188e236c
  https://github.com/pgroonga/pgroonga.github.io/commit/a8bd732db6905bc317bb190d906f8501188e236c

  Merged 38e8434: Merge pull request #30 from kenhys/fix-var-typo

  Message:
    Update po

  Modified files:
    _po/ja/development/index.po
    ja/development/index.md

  Modified: _po/ja/development/index.po (+2 -2)
===================================================================
--- _po/ja/development/index.po    2017-06-26 18:01:28 +0900 (7c5ff71)
+++ _po/ja/development/index.po    2017-06-26 18:06:00 +0900 (d32146e)
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"PO-Revision-Date: 2017-06-26 08:57+0900\n"
+"PO-Revision-Date: 2017-04-11 10:51+0900\n"
 "Language: ja\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -107,7 +107,7 @@ msgstr ""
 
 msgid ""
 "```console\n"
-"% rm -rf /tmp/local/lib/postgresql && \\\n"
+"% rm -rf /tmp/local/var/lib/postgresql && \\\n"
 "    mkdir -p /tmp/local/var/lib/postgresql &&\n"
 "    /tmp/local/bin/initdb \\\n"
 "      --locale C \\\n"

  Modified: ja/development/index.md (+1 -1)
===================================================================
--- ja/development/index.md    2017-06-26 18:01:28 +0900 (50b704a)
+++ ja/development/index.md    2017-06-26 18:06:00 +0900 (c2985fa)
@@ -46,7 +46,7 @@ PostgreSQLを初期化して実行します。
 以下のワンライナーはPostgreSQL関連のすべてのデータをリセットするときに便利です。このワンライナーをシェルのヒストリーに入れておけば、すぐにこのワンライナーを再実行できます。
 
 ```console
-% rm -rf /tmp/local/lib/postgresql && \
+% rm -rf /tmp/local/var/lib/postgresql && \
     mkdir -p /tmp/local/var/lib/postgresql &&
     /tmp/local/bin/initdb \
       --locale C \
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index