From f621ef8b4bd3ca1d94e1fd51e48c084334c729ec Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Tue, 27 Dec 2022 19:00:42 +0100 Subject: [PATCH] i18n: clean up unused keys --- .vscode/settings.json | 6 +++++- components/status/edit/StatusEditHistory.vue | 15 ++++++++++++--- locales/ar-EG.json | 4 ---- locales/cs-CZ.json | 1 - locales/de-DE.json | 2 -- locales/en-US.json | 4 ---- locales/es-ES.json | 4 ---- locales/fr-FR.json | 4 ---- locales/ja-JP.json | 1 - locales/zh-CN.json | 6 +----- pages/notifications.vue | 2 +- 11 files changed, 19 insertions(+), 30 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 0987a409..6c710a8c 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -19,5 +19,9 @@ "i18n-ally.keystyle": "nested", "i18n-ally.sourceLanguage": "en-US", "i18n-ally.preferredDelimiter": "_", - "i18n-ally.sortKeys": true + "i18n-ally.sortKeys": true, + "i18n-ally.keysInUse": [ + "time_ago_options.*", + "visibility.*" + ] } diff --git a/components/status/edit/StatusEditHistory.vue b/components/status/edit/StatusEditHistory.vue index a7f9fe39..6891b334 100644 --- a/components/status/edit/StatusEditHistory.vue +++ b/components/status/edit/StatusEditHistory.vue @@ -1,5 +1,6 @@