diff options
| author | Hazelnoot <acomputerdog@gmail.com> | 2025-05-12 22:43:19 -0400 |
|---|---|---|
| committer | Hazelnoot <acomputerdog@gmail.com> | 2025-05-14 23:25:40 -0400 |
| commit | b7b30bde5db385205938f32c362a3cd5c7691076 (patch) | |
| tree | 0e98976712d5083a425aabba712b849ff61a062d /locales | |
| parent | rename popularUsersLocal.host to popularUsersLocal.name (diff) | |
| download | sharkey-b7b30bde5db385205938f32c362a3cd5c7691076.tar.gz sharkey-b7b30bde5db385205938f32c362a3cd5c7691076.tar.bz2 sharkey-b7b30bde5db385205938f32c362a3cd5c7691076.zip | |
use /users endpoint for explore exclusively (restore original behavior)
Diffstat (limited to 'locales')
| -rw-r--r-- | locales/index.d.ts | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/locales/index.d.ts b/locales/index.d.ts index 1263c48fc2..3316a679e0 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -13057,14 +13057,14 @@ export interface Locale extends ILocale { * Users popular on {name} */ "popularUsersLocal": ParameterizedString<"name">; - /** - * Translation timeout - */ - "translationTimeoutLabel": string; - /** - * Timeout in milliseconds for translation API requests. - */ - "translationTimeoutCaption": string; + /** + * Translation timeout + */ + "translationTimeoutLabel": string; + /** + * Timeout in milliseconds for translation API requests. + */ + "translationTimeoutCaption": string; } declare const locales: { [lang: string]: Locale; |