From 1fcca626ca642d0855ea286719a909a6fb48348e Mon Sep 17 00:00:00 2001 From: Hazelnoot Date: Sat, 10 May 2025 12:30:55 -0400 Subject: fix error when expanding conditional role --- locales/index.d.ts | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'locales') diff --git a/locales/index.d.ts b/locales/index.d.ts index fd5c5fd845..29ed11c3bc 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -13129,6 +13129,18 @@ export interface Locale extends ILocale { * The date is the IP address was first acknowledged. */ "ipTip": string; + /** + * Period + */ + "rolePeriod": string; + /** + * Assigned + */ + "roleAssigned": string; + /** + * automatic + */ + "roleAutomatic": string; /** * Translation timeout */ -- cgit v1.2.3-freya