add i18n support for project default files generation

This commit is contained in:
Hiroyasu Nishiyama
2018-05-27 01:38:54 +09:00
parent 0ad54cc2d1
commit 4565342b05
4 changed files with 21 additions and 8 deletions

View File

@@ -0,0 +1,10 @@
{
"storage": {
"localfilesystem": {
"projects": {
"summary": "Node-REDプロジェクト",
"readme": "### 説明\nこれはプロジェクトのREADME.mdファイルです。このファイルには、\nプロジェクトの説明、利用方法、その他の情報を記載します。"
}
}
}
}