1
0

enhance(frontend): ワードミュート・ハードワードミュートの説明を追加 (#15207)

This commit is contained in:
かっこかり
2025-01-04 14:40:41 +09:00
committed by GitHub
parent 62299588d8
commit 6649e58b56
3 changed files with 18 additions and 2 deletions
+8
View File
@@ -2754,10 +2754,18 @@ export interface Locale extends ILocale {
*
*/
"wordMute": string;
/**
*
*/
"wordMuteDescription": string;
/**
*
*/
"hardWordMute": string;
/**
*
*/
"hardWordMuteDescription": string;
/**
*
*/