From cbb1a6bfe7108fe77450537668d200e99aa0b8e1 Mon Sep 17 00:00:00 2001 From: Mara Date: Sat, 11 May 2024 15:02:40 +0200 Subject: [PATCH] remove empty keys --- en.json | 9 ++------- fr.json | 9 ++------- 2 files changed, 4 insertions(+), 14 deletions(-) diff --git a/en.json b/en.json index 183ddad..4e533ce 100644 --- a/en.json +++ b/en.json @@ -150,10 +150,6 @@ "unpublished": "Cannot be published" } }, - "ommands": { - "checkValidity": { - } - }, "publish": { "branch": { "alreadyExists": "Branch already exists ({{- branchName}} on {{- repo.owner}}/{{- repo.repo}} - Using it.", @@ -467,8 +463,7 @@ "title": "Useful links" } }, - "overrides": { - }, + "overrides": {}, "plugin": { "copyLink": { "applyRegex": { @@ -633,4 +628,4 @@ "sharing": "Sharing {{- type}}", "success": "{{- type}} {{- action}}" } -} +} \ No newline at end of file diff --git a/fr.json b/fr.json index 1a288a7..fdc6759 100644 --- a/fr.json +++ b/fr.json @@ -150,10 +150,6 @@ "unpublished": "Impossible à publier" } }, - "ommands": { - "checkValidity": { - } - }, "publish": { "branch": { "alreadyExists": "La branche {{- branchName}} sur {{- repo.owner}}/{{- repo.repo}} existe déjà - Utilisation de celle-ci.", @@ -467,8 +463,7 @@ "title": "Liens utiles" } }, - "overrides": { - }, + "overrides": {}, "plugin": { "copyLink": { "applyRegex": { @@ -633,4 +628,4 @@ "sharing": "Partage de {{- type}}", "success": "{{- type}} {{- action}}" } -} +} \ No newline at end of file