From 8c7e03119f1c490fcb55d7e56ec89ad2d5289725 Mon Sep 17 00:00:00 2001 From: SirStendec Date: Sun, 6 Oct 2019 20:08:10 -0400 Subject: [PATCH] 4.13.2 * Fixed: The Translation Testing UI should probably actually load the strings to translate... --- package.json | 2 +- src/modules/translation_ui/index.js | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 61aa61c8..9530093f 100755 --- a/package.json +++ b/package.json @@ -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": { diff --git a/src/modules/translation_ui/index.js b/src/modules/translation_ui/index.js index 84de88c9..7a326836 100644 --- a/src/modules/translation_ui/index.js +++ b/src/modules/translation_ui/index.js @@ -91,6 +91,8 @@ export default class TranslationUI extends Module { getData() { + this.i18n.loadStrings(); + return { phrases: [], query: '',