1
0

add: locales for toggles

This commit is contained in:
Mar0xy
2023-10-18 19:01:50 +02:00
parent 1e3e50ae0f
commit 5ddf7e008d
5 changed files with 20 additions and 5 deletions
+5
View File
@@ -1099,6 +1099,10 @@ export interface Locale {
"installed": string;
"branding": string;
"enableServerMachineStats": string;
"enableAchievements": string;
"turnOffAchievements": string;
"enableBotTrending": string;
"turnOffBotTrending": string;
"enableIdenticonGeneration": string;
"turnOffToImprovePerformance": string;
"createInviteCode": string;
@@ -1135,6 +1139,7 @@ export interface Locale {
"pinnedList": string;
"keepScreenOn": string;
"clickToOpen": string;
"showBots": string;
"verifiedLink": string;
"notifyNotes": string;
"unnotifyNotes": string;