requested changes.
This commit is contained in:
parent
3884f2fa6a
commit
5545ddf9dd
7 changed files with 32 additions and 39 deletions
4
locales/index.d.ts
vendored
4
locales/index.d.ts
vendored
|
|
@ -13138,9 +13138,9 @@ export interface Locale extends ILocale {
|
|||
*/
|
||||
"attributionDomainsDescription": string;
|
||||
/**
|
||||
* Written by
|
||||
* Written by {user}
|
||||
*/
|
||||
"writtenBy": string;
|
||||
"writtenBy": ParameterizedString<"user">;
|
||||
}
|
||||
declare const locales: {
|
||||
[lang: string]: Locale;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue