mirror of
https://codeberg.org/yeentown/barkey
synced 2025-03-23 16:47:46 +00:00
Generate new locales
This commit is contained in:
parent
6478399432
commit
794f4ddbe4
1 changed files with 20 additions and 20 deletions
40
locales/index.d.ts
vendored
40
locales/index.d.ts
vendored
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue