From 0b82f8376d10ea09ab466d9d43c1b6cb5154db4d Mon Sep 17 00:00:00 2001 From: Taichi Sasaki Date: Tue, 7 Mar 2017 12:33:59 +0900 Subject: [PATCH] Translate extend into ja --- content/extend/index.ja.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/content/extend/index.ja.md b/content/extend/index.ja.md index 2ca2385..ec90f54 100644 --- a/content/extend/index.ja.md +++ b/content/extend/index.ja.md @@ -1,11 +1,6 @@ +++ -title = "Extend" +title = "拡張する" layout = "sections" +++ -goa is extensible with plugins both for -code generation and -new DSL. -The section covers how to author new plugins and also covers -the gorma plugin as a good -reference for implementing your own. +goa はコード生成新しい DSL の両方のプラグインで拡張可能です。このセクションでは、新しいプラグインを作成する方法と、独自プラグインを実装するための参考資料として gorma プラグインについて説明します。