fix error when expanding conditional role

This commit is contained in:
Hazelnoot 2025-05-10 12:30:55 -04:00
parent b9109e5bb3
commit 1fcca626ca
3 changed files with 23 additions and 3 deletions

12
locales/index.d.ts vendored
View file

@ -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
*/