something rebuilt the locale index…

This commit is contained in:
dakkar 2024-05-31 12:55:14 +01:00
parent f8c95ea86a
commit 1169614b7c

16
locales/index.d.ts vendored
View file

@ -456,6 +456,10 @@ export interface Locale extends ILocale {
* *
*/ */
"renoted": string; "renoted": string;
/**
* {name}
*/
"renotedToX": ParameterizedString<"name">;
/** /**
* *
*/ */
@ -464,10 +468,6 @@ export interface Locale extends ILocale {
* *
*/ */
"rmboost": string; "rmboost": string;
/**
* {name}
*/
"renotedToX": ParameterizedString<"name">;
/** /**
* 稿 * 稿
*/ */
@ -4269,6 +4269,10 @@ export interface Locale extends ILocale {
* *
*/ */
"collapseRenotes": string; "collapseRenotes": string;
/**
*
*/
"collapseRenotesDescription": string;
/** /**
* *
*/ */
@ -4277,10 +4281,6 @@ export interface Locale extends ILocale {
* *
*/ */
"autoloadConversation": string; "autoloadConversation": string;
/**
*
*/
"collapseRenotesDescription": string;
/** /**
* *
*/ */