rename popularUsersLocal.host to popularUsersLocal.name

This commit is contained in:
Hazelnoot 2025-05-12 13:29:55 -04:00
parent dee2e19b63
commit bb8609d0f0
3 changed files with 12 additions and 12 deletions

20
locales/index.d.ts vendored
View file

@ -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;