From 5826f523d8cfe0571411f07cebc6c8f1184cf786 Mon Sep 17 00:00:00 2001 From: Gen Date: Tue, 28 May 2019 16:30:02 +0900 Subject: [PATCH 1/3] =?UTF-8?q?=E3=81=A7=E3=81=A7=E3=81=AE=E6=A4=9C?= =?UTF-8?q?=E5=87=BA=E3=81=A7=E3=80=8C=E3=81=BE=E3=81=A7=E3=81=A7=E3=81=99?= =?UTF-8?q?=E3=80=8D=E3=81=8C=E5=BC=95=E3=81=A3=E3=81=8B=E3=81=8B=E3=82=8B?= =?UTF-8?q?=E5=95=8F=E9=A1=8C=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- languages/ja/typo.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/languages/ja/typo.yml b/languages/ja/typo.yml index 506c036..eb53886 100644 --- a/languages/ja/typo.yml +++ b/languages/ja/typo.yml @@ -10,11 +10,13 @@ rules: - expected: なるほど pattern: なほるど - expected: で - pattern: /でで(?!きる)/ + pattern: /(^ま)?でで(?!(きる|きます|す))/ specs: - from: でで to: で - from: Aでできる to: Aでできる + - from: までです + to: までです - expected: を pattern: をを From edaeae8e8bfd7d524ca24d769d11750d9ba34d32 Mon Sep 17 00:00:00 2001 From: Gen Date: Tue, 9 Jul 2019 22:40:38 +0900 Subject: [PATCH 2/3] =?UTF-8?q?Fix=20wrong=20config=20for=20"=E3=81=BE?= =?UTF-8?q?=E3=81=A7=E3=81=A7"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- languages/ja/typo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/languages/ja/typo.yml b/languages/ja/typo.yml index eb53886..50aca0f 100644 --- a/languages/ja/typo.yml +++ b/languages/ja/typo.yml @@ -10,7 +10,7 @@ rules: - expected: なるほど pattern: なほるど - expected: で - pattern: /(^ま)?でで(?!(きる|きます|す))/ + pattern: /(? Date: Wed, 10 Jul 2019 11:48:01 +0900 Subject: [PATCH 3/3] =?UTF-8?q?=E3=83=86=E3=82=B9=E3=83=88=E3=82=B1?= =?UTF-8?q?=E3=83=BC=E3=82=B9=E6=95=B4=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- languages/ja/typo.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/languages/ja/typo.yml b/languages/ja/typo.yml index 50aca0f..e365893 100644 --- a/languages/ja/typo.yml +++ b/languages/ja/typo.yml @@ -14,9 +14,11 @@ rules: specs: - from: でで to: で + - from: そこでで、 + to: そこで、 - from: Aでできる to: Aでできる - - from: までです - to: までです + - from: Aまでです + to: Aまでです - expected: を pattern: をを