diff options
| author | Mar0xy <marie@kaifa.ch> | 2023-11-29 22:31:52 +0100 |
|---|---|---|
| committer | Mar0xy <marie@kaifa.ch> | 2023-11-29 22:31:52 +0100 |
| commit | 6fb8a633e0d0ae9e2b914a8a6167dc565fbfb0d3 (patch) | |
| tree | 97dba22d5404404fdb0267094bd999b545bc665f | |
| parent | upd: remove quote button restriction and coloring (diff) | |
| download | sharkey-6fb8a633e0d0ae9e2b914a8a6167dc565fbfb0d3.tar.gz sharkey-6fb8a633e0d0ae9e2b914a8a6167dc565fbfb0d3.tar.bz2 sharkey-6fb8a633e0d0ae9e2b914a8a6167dc565fbfb0d3.zip | |
chore: remove `rmquote` locale
Removed as it is no longer in use.
| -rw-r--r-- | locales/en-US.yml | 1 | ||||
| -rw-r--r-- | locales/index.d.ts | 1 | ||||
| -rw-r--r-- | locales/ja-JP.yml | 1 |
3 files changed, 0 insertions, 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: "引用" |