diff options
| author | Hazelnoot <acomputerdog@gmail.com> | 2025-05-10 12:30:55 -0400 |
|---|---|---|
| committer | Hazelnoot <acomputerdog@gmail.com> | 2025-05-16 17:40:10 -0400 |
| commit | 1fcca626ca642d0855ea286719a909a6fb48348e (patch) | |
| tree | 4ecb86c35560383300dda4ff1ab720708891a934 /locales | |
| parent | fix prop type for MKRolePreview (diff) | |
| download | sharkey-1fcca626ca642d0855ea286719a909a6fb48348e.tar.gz sharkey-1fcca626ca642d0855ea286719a909a6fb48348e.tar.bz2 sharkey-1fcca626ca642d0855ea286719a909a6fb48348e.zip | |
fix error when expanding conditional role
Diffstat (limited to 'locales')
| -rw-r--r-- | locales/index.d.ts | 12 |
1 files changed, 12 insertions, 0 deletions
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 @@ -13130,6 +13130,18 @@ export interface Locale extends ILocale { */ "ipTip": string; /** + * Period + */ + "rolePeriod": string; + /** + * Assigned + */ + "roleAssigned": string; + /** + * automatic + */ + "roleAutomatic": string; + /** * Translation timeout */ "translationTimeoutLabel": string; |