mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 17:46:00 +00:00
feat: separate remove-unused command
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user