mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-06-16 09:56:57 +00:00
Add language string
This commit is contained in:
parent
a3731f3392
commit
cfa273adfa
2 changed files with 6 additions and 0 deletions
4
locales/index.d.ts
vendored
4
locales/index.d.ts
vendored
|
@ -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;
|
||||
|
|
|
@ -397,3 +397,5 @@ _auth:
|
|||
allowed: "Allowed"
|
||||
_announcement:
|
||||
new: "New"
|
||||
|
||||
sortKey: "Sort key"
|
||||
|
|
Loading…
Add table
Reference in a new issue