summaryrefslogtreecommitdiff
path: root/locales
diff options
context:
space:
mode:
authorHazelnoot <acomputerdog@gmail.com>2025-05-12 13:29:55 -0400
committerHazelnoot <acomputerdog@gmail.com>2025-05-14 23:25:22 -0400
commitbb8609d0f0ab82ee2fcfc5201edad037650f4b02 (patch)
tree01aa495b685c54a86cc57e424d8186d530c3eb54 /locales
parentdon't trend notes from non-explorable or non-trendable users (diff)
downloadsharkey-bb8609d0f0ab82ee2fcfc5201edad037650f4b02.tar.gz
sharkey-bb8609d0f0ab82ee2fcfc5201edad037650f4b02.tar.bz2
sharkey-bb8609d0f0ab82ee2fcfc5201edad037650f4b02.zip
rename popularUsersLocal.host to popularUsersLocal.name
Diffstat (limited to 'locales')
-rw-r--r--locales/index.d.ts20
1 files changed, 10 insertions, 10 deletions
diff --git a/locales/index.d.ts b/locales/index.d.ts
index 4f0e944c69..1263c48fc2 100644
--- a/locales/index.d.ts
+++ b/locales/index.d.ts
@@ -13054,17 +13054,17 @@ export interface Locale extends ILocale {
*/
"popularUsersGlobal": string;
/**
- * Users popular on {host}
+ * Users popular on {name}
*/
- "popularUsersLocal": ParameterizedString<"host">;
- /**
- * Translation timeout
- */
- "translationTimeoutLabel": string;
- /**
- * Timeout in milliseconds for translation API requests.
- */
- "translationTimeoutCaption": string;
+ "popularUsersLocal": ParameterizedString<"name">;
+ /**
+ * Translation timeout
+ */
+ "translationTimeoutLabel": string;
+ /**
+ * Timeout in milliseconds for translation API requests.
+ */
+ "translationTimeoutCaption": string;
}
declare const locales: {
[lang: string]: Locale;