From c57936c659229682697e465d57c151e7766f23ab Mon Sep 17 00:00:00 2001 From: Niki <43398321+niki-cy@users.noreply.github.com> Date: Thu, 3 Oct 2019 18:43:14 +0900 Subject: [PATCH 1/3] Capitalize K --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d5ffa63..23fdaa0 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -kintone Plug-in Examples +Kintone Plug-in Examples ========================== -This is a repository for kintone plugin-in examples. +This is a repository for Kintone plugin-in examples. ## package.sh is now deprecated! From 70443c454aea87c45bdc27d2d06c1aad4219631f Mon Sep 17 00:00:00 2001 From: Niki <43398321+niki-cy@users.noreply.github.com> Date: Thu, 3 Oct 2019 18:43:58 +0900 Subject: [PATCH 2/3] Capitalize K and add dash to "plug-in" --- examples/js-edit/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/js-edit/manifest.json b/examples/js-edit/manifest.json index b34a31c..0d7c665 100644 --- a/examples/js-edit/manifest.json +++ b/examples/js-edit/manifest.json @@ -4,12 +4,12 @@ "type": "APP", "name": { "ja": "JSEdit for kintone", - "en": "JSEdit for kintone", + "en": "JSEdit for Kintone", "zh": "JSEdit for kintone" }, "description": { "ja": "kintoneのJavaScriptカスタマイズをブラウザから行うことができるプラグインです。", - "en": "This plugin enables a code editor for kintone.", + "en": "This plug-in enables a code editor for Kintone.", "zh": "This plugin enables a code editor for kintone." }, "icon": "image/image.png", From a6562c95ec275fbb0d086ca144122410857b066e Mon Sep 17 00:00:00 2001 From: Niki <43398321+niki-cy@users.noreply.github.com> Date: Thu, 3 Oct 2019 18:46:30 +0900 Subject: [PATCH 3/3] Updated English links --- examples/js-edit/js/config/common.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/js-edit/js/config/common.js b/examples/js-edit/js/config/common.js index f60d940..a2b59fe 100644 --- a/examples/js-edit/js/config/common.js +++ b/examples/js-edit/js/config/common.js @@ -109,8 +109,8 @@ }, links: { en: [ - { url: 'https://developer.kintone.io/hc/en-us', label: 'kintone developer network' }, - { url: 'https://developer.kintone.io/hc/en-us/articles/213149177/', label: 'kintone CDN' }, + { url: 'https://developer.kintone.io/hc/en-us', label: 'Kintone Developer Program' }, + { url: 'https://developer.kintone.io/hc/en-us/articles/213149177', label: 'Kintone CDN' }, { url: 'https://developer.kintone.io/hc/en-us/articles/212495178', label: 'API Docs' } ], ja: [