This commit is contained in:
2020-06-24 21:31:54 +00:00
parent e5a494c120
commit 77621a4c9c
2 changed files with 7 additions and 1 deletions

View File

@@ -11,6 +11,7 @@ export default {
//or they just edited a translation and saved it in translation editor and it's also their own local translation
if (editedTranslation) {
console.log("Updating local translation");
//iterate the keys that are cached and set them from whatever is in editedTranslation for that key
window.$gz._.forOwn(window.$gz.store.state.translationText, function(
cacheval,