Navigation Menu

Skip to content

Commit

Permalink
Translate preparation section
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Feb 6, 2014
1 parent b0ae255 commit 55e2795
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
16 changes: 14 additions & 2 deletions _po/ja/community/contribution/i18n/index.po
Expand Up @@ -3,7 +3,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2011-11-20 22:17+0900\n"
"PO-Revision-Date: 2014-02-04 14:54+0900\n"
"PO-Revision-Date: 2013-12-25 18:27+0900\n"
"Last-Translator: Kouhei Sutou <kou@clear-code.com>\n"
"Language-Team: Japanese\n"
"Language: ja\n"
Expand All @@ -28,8 +28,20 @@ msgid ""
"nglish to other languages."
msgstr "このドキュメントは英語で書かれたドキュメントを他の言語に翻訳する方法を説明します。"

msgid "## Preparation"
msgstr "## 準備"

msgid ""
" 1. Clone the repository with `git clone git@github.com:droonga/droonga.org.gi"
"t`\n"
" 2. `cd` to the repository and install required packages with `bundle install`"
"."
msgstr ""
" 1. `git clone git@github.com:droonga/droonga.org.git` でリポジトリをクローンする。\n"
" 2. リポジトリに `cd` して、`bundle install` で必要なパッケージをインストールする。"

msgid "## Work-flow"
msgstr "## ワークフロー"
msgstr "## 作業の流れ"

msgid "Here is a work-flow to translate one documentation in English:"
msgstr "英語で書かれたドキュメントを1つ翻訳するワークフローは次の通りです。"
Expand Down
7 changes: 6 additions & 1 deletion ja/community/contribution/i18n/index.md
Expand Up @@ -5,7 +5,12 @@ layout: ja

このドキュメントは英語で書かれたドキュメントを他の言語に翻訳する方法を説明します。

## ワークフロー
## 準備

1. `git clone git@github.com:droonga/droonga.org.git` でリポジトリをクローンする。
2. リポジトリに `cd` して、`bundle install` で必要なパッケージをインストールする。

## 作業の流れ

英語で書かれたドキュメントを1つ翻訳するワークフローは次の通りです。

Expand Down

0 comments on commit 55e2795

Please sign in to comment.