Add translation cache

This commit is contained in:
Vortrex
2022-01-31 12:29:12 -06:00
parent 3014e3dfc5
commit 87c0a8f90f

View File

@@ -29,6 +29,8 @@ let serverData = {
blackListedGameScripts: [],
},
localeStrings: {},
cachedTranslations: [],
cachedTranslationFrom: [],
};
// ===========================================================================