Add language string

This commit is contained in:
HellhoundSoftware 2024-12-05 23:59:40 -05:00
parent a3731f3392
commit cfa273adfa
No known key found for this signature in database
2 changed files with 6 additions and 0 deletions

4
locales/index.d.ts vendored
View file

@ -11374,6 +11374,10 @@ export interface Locale extends ILocale {
* Remote followers may have incomplete or outdated activity
*/
"remoteFollowersWarning": string;
/**
* Sort key
*/
"sortKey": string;
}
declare const locales: {
[lang: string]: Locale;

View file

@ -397,3 +397,5 @@ _auth:
allowed: "Allowed"
_announcement:
new: "New"
sortKey: "Sort key"