enhance(frontend): アイコンのデコレーションを非表示にできるように

This commit is contained in:
syuilo 2023-10-22 16:05:32 +09:00
parent ce09a35b03
commit 18fb7a2080
7 changed files with 17 additions and 5 deletions

1
locales/index.d.ts vendored
View file

@ -1151,6 +1151,7 @@ export interface Locale {
"detach": string;
"angle": string;
"flip": string;
"showAvatarDecorations": string;
"_announcement": {
"forExistingUsers": string;
"forExistingUsersDescription": string;

View file

@ -1148,6 +1148,7 @@ attach: "付ける"
detach: "外す"
angle: "角度"
flip: "反転"
showAvatarDecorations: "アイコンのデコレーションを表示"
_announcement:
forExistingUsers: "既存ユーザーのみ"