summaryrefslogtreecommitdiff
path: root/locales
diff options
context:
space:
mode:
Diffstat (limited to 'locales')
-rw-r--r--locales/index.d.ts32
1 files changed, 32 insertions, 0 deletions
diff --git a/locales/index.d.ts b/locales/index.d.ts
index 3316a679e0..a83f5f317a 100644
--- a/locales/index.d.ts
+++ b/locales/index.d.ts
@@ -7729,6 +7729,38 @@ export interface Locale extends ILocale {
* Follows X or more remote accounts
*/
"remoteFollowingMoreThanOrEq": string;
+ /**
+ * Has X or fewer local followers
+ */
+ "localFollowersLessThanOrEq": string;
+ /**
+ * Has X or more local followers
+ */
+ "localFollowersMoreThanOrEq": string;
+ /**
+ * Follows X or fewer local accounts
+ */
+ "localFollowingLessThanOrEq": string;
+ /**
+ * Follows X or more local accounts
+ */
+ "localFollowingMoreThanOrEq": string;
+ /**
+ * Has X or fewer remote followers
+ */
+ "remoteFollowersLessThanOrEq": string;
+ /**
+ * Has X or more remote followers
+ */
+ "remoteFollowersMoreThanOrEq": string;
+ /**
+ * Follows X or fewer remote accounts
+ */
+ "remoteFollowingLessThanOrEq": string;
+ /**
+ * Follows X or more remote accounts
+ */
+ "remoteFollowingMoreThanOrEq": string;
};
/**
* This condition may be incorrect for remote users.