Generate new locales

This commit is contained in:
zima 2025-01-13 22:16:33 -07:00
parent 6478399432
commit 794f4ddbe4

40
locales/index.d.ts vendored
View file

@ -11590,26 +11590,6 @@ export interface Locale extends ILocale {
* Remote followers may have incomplete or outdated activity * Remote followers may have incomplete or outdated activity
*/ */
"remoteFollowersWarning": string; "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 * Sort key
*/ */
@ -11652,6 +11632,26 @@ export interface Locale extends ILocale {
*/ */
"flags": string; "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: { declare const locales: {
[lang: string]: Locale; [lang: string]: Locale;