1
0

add missing translation

This commit is contained in:
Hazel K
2024-10-06 11:16:18 -04:00
parent eec4a5082d
commit b9e89edbc7
3 changed files with 6 additions and 0 deletions
+4
View File
@@ -1084,6 +1084,10 @@ export interface Locale extends ILocale {
* This host is silenced implicitly because a base domain is silenced. To un-silence this host, first un-silence the base domain(s).
*/
"silencedByBase": string;
/**
* This host's media is silenced implicitly because a base domain's media is silenced. To un-silence this host, first un-silence the base domain(s).
*/
"mediaSilencedByBase": string;
/**
*
*/