// lipsurf-plugins/src/HelloWorld/HelloWorld.ja.ts /// import HelloWorld from "./HelloWorld"; HelloWorld.languages!.ja = { niceName: "世界のご案内", description: "非常に単純のプラグイン", commands: { "Respond": { name: "ハロー・ワールド", match: "はろーわーるど", }, }, };