We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37bf5fb commit 12d6dc6Copy full SHA for 12d6dc6
1 file changed
nx/blocks/loc/connectors/google/index.js
@@ -52,6 +52,8 @@ export async function sendAllLanguages({
52
const { sendMessage, saveState } = actions;
53
const sourceLanguage = options['source.language']?.location || '/';
54
55
+ results.length = 0;
56
+
57
const translateUrl = async (url) => {
58
await sendForTranslation(org, site, url);
59
};
0 commit comments