enhance(frontend): アイコンのデコレーションを非表示にできるように
This commit is contained in:
Vendored
+1
@@ -1151,6 +1151,7 @@ export interface Locale {
|
||||
"detach": string;
|
||||
"angle": string;
|
||||
"flip": string;
|
||||
"showAvatarDecorations": string;
|
||||
"_announcement": {
|
||||
"forExistingUsers": string;
|
||||
"forExistingUsersDescription": string;
|
||||
|
||||
@@ -1148,6 +1148,7 @@ attach: "付ける"
|
||||
detach: "外す"
|
||||
angle: "角度"
|
||||
flip: "反転"
|
||||
showAvatarDecorations: "アイコンのデコレーションを表示"
|
||||
|
||||
_announcement:
|
||||
forExistingUsers: "既存ユーザーのみ"
|
||||
|
||||
Reference in New Issue
Block a user