diff --git a/locales/index.d.ts b/locales/index.d.ts index 7341354012..7964c1f2fa 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -11590,26 +11590,6 @@ export interface Locale extends ILocale { * Remote followers may have incomplete or outdated activity */ "remoteFollowersWarning": string; - /** - * Select a follow relationship... - */ - "selectFollowRelationship": string; - /** - * Schedule a note - */ - "schedulePost": string; - /** - * List of scheduled notes - */ - "schedulePostList": string; - /** - * Post on - */ - "postOn": string; - /** - * Scheduled Notes - */ - "scheduledNotes": string; /** * Sort key */ @@ -11652,6 +11632,26 @@ export interface Locale extends ILocale { */ "flags": string; }; + /** + * Select a follow relationship... + */ + "selectFollowRelationship": string; + /** + * Schedule a note + */ + "schedulePost": string; + /** + * List of scheduled notes + */ + "schedulePostList": string; + /** + * Post on + */ + "postOn": string; + /** + * Scheduled Notes + */ + "scheduledNotes": string; } declare const locales: { [lang: string]: Locale;