1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-08-04 11:44:00 +00:00
* Added: Additional settings for controlling the behavior of Twitch's native Chat Filters.
* Added: Upload strings directly from the Translation Tester UI. (This is for me only, but I like it.)
* Changed: Allow resizing text entry boxes in the Translation Tester UI.
* Fixed: Emoji categories were not being localized.
This commit is contained in:
SirStendec 2019-10-11 17:41:07 -04:00
parent b53e0e6427
commit 3b7e99e5a3
10 changed files with 198 additions and 14 deletions

View file

@ -317,8 +317,8 @@ export class TranslationManager extends Module {
}
async loadStrings() {
if ( this.strings_loaded )
async loadStrings(ignore_loaded = false) {
if ( this.strings_loaded && ! ignore_loaded )
return;
if ( this.strings_loading )