mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-04-30 10:46:55 +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
|
* 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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue