mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-09-17 18:26:57 +00:00
4.13.2
* Fixed: The Translation Testing UI should probably actually load the strings to translate...
This commit is contained in:
parent
14e9f10685
commit
8c7e03119f
2 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "frankerfacez",
|
||||
"author": "Dan Salvato LLC",
|
||||
"version": "4.13.1",
|
||||
"version": "4.13.2",
|
||||
"description": "FrankerFaceZ is a Twitch enhancement suite.",
|
||||
"license": "Apache-2.0",
|
||||
"scripts": {
|
||||
|
|
|
@ -91,6 +91,8 @@ export default class TranslationUI extends Module {
|
|||
|
||||
|
||||
getData() {
|
||||
this.i18n.loadStrings();
|
||||
|
||||
return {
|
||||
phrases: [],
|
||||
query: '',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue