1
0

add missing translations

This commit is contained in:
Hazelnoot
2025-05-29 17:45:18 -04:00
parent 83a2f90842
commit 6e58a320ca
3 changed files with 37 additions and 11 deletions
+20
View File
@@ -13129,6 +13129,26 @@ export interface Locale extends ILocale {
* Timeout in milliseconds for translation API requests.
*/
"translationTimeoutCaption": string;
/**
* Following (Pub)
*/
"followingPub": string;
/**
* Followers (Sub)
*/
"followersSub": string;
/**
* Well-known resources
*/
"wellKnownResources": string;
/**
* Last posted: {at}
*/
"lastPosted": ParameterizedString<"at">;
/**
* Raw
*/
"raw": string;
}
declare const locales: {
[lang: string]: Locale;