Skip to content

Commit bfb0755

Browse files
committed
chore: comments
1 parent 6e9d020 commit bfb0755

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scripts/crowdin/translations/getApprovedBuckets.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ import type { BucketsList } from "../import/types"
77
import { APPROVAL_THRESHOLD } from "./constants"
88

99
async function getApprovedBuckets(): Promise<BucketsList> {
10+
console.log("⏳ Getting approved buckets...")
1011
const projectId = Number(process.env.CROWDIN_PROJECT_ID) || 363359
1112

1213
const bucketsList: BucketsList = {}
1314

14-
// TODO: Consider regenerating bucketDirs list on each run for fidelity
1515
for (const bucketDir of bucketDirs) {
1616
const directoryProgress =
1717
await crowdin.translationStatusApi.getDirectoryProgress(

0 commit comments

Comments
 (0)