add: locales for mfm play button and dialog
This commit is contained in:
Vendored
+8
@@ -2501,6 +2501,14 @@ export interface Locale {
|
||||
};
|
||||
};
|
||||
};
|
||||
"_animatedMFM": {
|
||||
"play": string;
|
||||
"stop": string;
|
||||
"_alert": {
|
||||
"text": string;
|
||||
"confirm": string;
|
||||
};
|
||||
};
|
||||
}
|
||||
declare const locales: {
|
||||
[lang: string]: Locale;
|
||||
|
||||
Reference in New Issue
Block a user