feat: separate remove-unused command

This commit is contained in:
Nybkox
2025-02-20 16:19:46 +01:00
parent 93a1c593fe
commit b1ba887922
5 changed files with 82 additions and 16 deletions

View File

@@ -72,8 +72,6 @@ async function extractAllTranslations(directories, extensions, options = {}) {
}
}
console.log(`Total translations found: ${Object.keys(allTranslations).length}`);
return allTranslations;
} catch (error) {
console.error('Error extracting translations:', error);