diff --git a/locales/index.d.ts b/locales/index.d.ts index d1cb1f97ea..71ddb57297 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -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; diff --git a/sharkey-locales/en-US.yml b/sharkey-locales/en-US.yml index 163fd0b0ae..290211d5f7 100644 --- a/sharkey-locales/en-US.yml +++ b/sharkey-locales/en-US.yml @@ -397,3 +397,5 @@ _auth: allowed: "Allowed" _announcement: new: "New" + +sortKey: "Sort key"