From 6fb8a633e0d0ae9e2b914a8a6167dc565fbfb0d3 Mon Sep 17 00:00:00 2001 From: Mar0xy Date: Wed, 29 Nov 2023 22:31:52 +0100 Subject: [PATCH] chore: remove `rmquote` locale Removed as it is no longer in use. --- locales/en-US.yml | 1 - locales/index.d.ts | 1 - locales/ja-JP.yml | 1 - 3 files changed, 3 deletions(-) diff --git a/locales/en-US.yml b/locales/en-US.yml index 28751cb7ef..11b4e4e28f 100644 --- a/locales/en-US.yml +++ b/locales/en-US.yml @@ -111,7 +111,6 @@ renote: "Boost" unrenote: "Remove boost" renoted: "Boosted." quoted: "Quoted." -rmquote: "Removed quote." rmboost: "Unboosted." cantRenote: "This post can't be boosted." cantReRenote: "A boost can't be boosted." diff --git a/locales/index.d.ts b/locales/index.d.ts index 97fdd0f25e..27c647bdac 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -115,7 +115,6 @@ export interface Locale { "renoted": string; "quoted": string; "rmboost": string; - "rmquote": string; "cantRenote": string; "cantReRenote": string; "quote": string; diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index 16d8d31694..23c3a12a66 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -112,7 +112,6 @@ unrenote: "リノート解除" renoted: "ブースト。" quoted: "引用。" rmboost: "アンブースト。" -rmquote: "引用を削除しました。" cantRenote: "この投稿はリノートできません。" cantReRenote: "リノートをリノートすることはできません。" quote: "引用"