easy-i18n icon indicating copy to clipboard operation
easy-i18n copied to clipboard

Freezing UI on large translation files when toggling Filter Incomplete Translations

Open tiberiuzuld opened this issue 2 months ago • 1 comments

Hello, First of all Awesome plugin :) There is a freezing of UI when having 5 languages and large translation files 9k+ lines each of JSON and toggling Filter Incomplete Translation. CPU goes to 100% The JSON files are generated by https://github.com/jsverse/transloco in a tree form:

{
   "FEATURE": {
        "LABELS": {
            "LABEL_1" : "My Label"
            ...
        },
        "MESSAGES": {
            "MESSAGE_1": "My Message"
             ...
         }
    }
}

tiberiuzuld avatar Apr 11 '24 08:04 tiberiuzuld