1
0

add: locales for mfm play button and dialog

This commit is contained in:
Mar0xy
2023-11-06 01:38:15 +01:00
parent 6cf811aa13
commit f17f630acd
6 changed files with 34 additions and 12 deletions
+8
View File
@@ -2501,6 +2501,14 @@ export interface Locale {
};
};
};
"_animatedMFM": {
"play": string;
"stop": string;
"_alert": {
"text": string;
"confirm": string;
};
};
}
declare const locales: {
[lang: string]: Locale;