1
0

translate bubble timeline controls

This commit is contained in:
Hazelnoot
2025-05-11 04:05:34 -04:00
parent 05884cb83d
commit 022337c1e7
3 changed files with 13 additions and 2 deletions
+8
View File
@@ -13029,6 +13029,14 @@ export interface Locale extends ILocale {
* Text does not match any patterns.
*/
"wordMuteTestNoMatch": string;
/**
* Bubble timeline
*/
"bubbleTimeline": string;
/**
* Choose which instances should be displayed in the bubble.
*/
"bubbleTimelineDescription": string;
}
declare const locales: {
[lang: string]: Locale;