mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-09-22 04:36:56 +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",
|
"name": "frankerfacez",
|
||||||
"author": "Dan Salvato LLC",
|
"author": "Dan Salvato LLC",
|
||||||
"version": "4.13.1",
|
"version": "4.13.2",
|
||||||
"description": "FrankerFaceZ is a Twitch enhancement suite.",
|
"description": "FrankerFaceZ is a Twitch enhancement suite.",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -91,6 +91,8 @@ export default class TranslationUI extends Module {
|
||||||
|
|
||||||
|
|
||||||
getData() {
|
getData() {
|
||||||
|
this.i18n.loadStrings();
|
||||||
|
|
||||||
return {
|
return {
|
||||||
phrases: [],
|
phrases: [],
|
||||||
query: '',
|
query: '',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue