chore: remove rmquote
locale
Removed as it is no longer in use.
This commit is contained in:
parent
363bb43658
commit
6fb8a633e0
3 changed files with 0 additions and 3 deletions
|
@ -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."
|
||||
|
|
1
locales/index.d.ts
vendored
1
locales/index.d.ts
vendored
|
@ -115,7 +115,6 @@ export interface Locale {
|
|||
"renoted": string;
|
||||
"quoted": string;
|
||||
"rmboost": string;
|
||||
"rmquote": string;
|
||||
"cantRenote": string;
|
||||
"cantReRenote": string;
|
||||
"quote": string;
|
||||
|
|
|
@ -112,7 +112,6 @@ unrenote: "リノート解除"
|
|||
renoted: "ブースト。"
|
||||
quoted: "引用。"
|
||||
rmboost: "アンブースト。"
|
||||
rmquote: "引用を削除しました。"
|
||||
cantRenote: "この投稿はリノートできません。"
|
||||
cantReRenote: "リノートをリノートすることはできません。"
|
||||
quote: "引用"
|
||||
|
|
Loading…
Reference in a new issue