summaryrefslogtreecommitdiff
path: root/locales
diff options
context:
space:
mode:
authorHazelnoot <acomputerdog@gmail.com>2025-05-12 22:43:19 -0400
committerHazelnoot <acomputerdog@gmail.com>2025-05-14 23:25:40 -0400
commitb7b30bde5db385205938f32c362a3cd5c7691076 (patch)
tree0e98976712d5083a425aabba712b849ff61a062d /locales
parentrename popularUsersLocal.host to popularUsersLocal.name (diff)
downloadsharkey-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.ts16
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;